#3F611C

Color #3F611C Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #3F611C

Tints of Dell #3F611C

Color information

#3F611C (or 0x3F611C) is unknown color: approx Dell. HEX triplet: 3F, 61 and 1C. RGB value is (63,97,28). Sum of RGB (Red+Green+Blue) = 63+97+28=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 97 (38.28% from 255 or 51.60% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 97 - color contains mainly: green. Hex color #3F611C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F611C is #C09EE3. Grayscale: #4F4F4F. Windows color (decimal): -12623588 or 1859903. OLE color: 1859903.

HSL color Cylindrical-coordinate representation of color #3F611C: hue angle of 89.57º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F611C is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB639728-
CMYK0.3500.710.62
HSL89.57º55.2%24.51%-
HSV(B)89.57º71.13%38.04%-
XYZ6.539.692.62-
YUV78.9799.24116.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 33.51%
GREEN value IS 97 (38.28% from 255) = 51.60%
BLUE value IS 28 (11.33% from 255) = 14.89%
R=33.51%
G=51.60%
B=14.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6397280.3500.710.6289.5755.224.51
Hex3F611C230473E5a3719
Octal7714134430107761326731
Binary11111111000011110010001101000111111110101101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F611C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F611C; }

 p { color: rgb(63,97,28); }

 H1.HeaderClassName
 {
   color: #3F611C;
 }
 .AnyTagClassName
 {
   color: #3F611C;
 }
</style>
background-color css

<style>
 a { background-color: #3F611C; }

 a { background-color: rgb(63,97,28); }

 div.DivClassName
 {
   background-color: #3F611C;
 }
 .BgClassName
 {
   background-color: #3F611C;
 }
</style>
border-color css

<style>
 span { border-color: #3F611C; }

 span { border-color: rgb(63,97,28); }

 td.TdClassName
 {
   border-color: #3F611C;
 }
 .TagClassName
 {
   border-color: #3F611C;
 }
</style>