#604218

Color #604218 Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #604218

Tints of Dark Brown #604218

Color information

#604218 (or 0x604218) is unknown color: approx Dark Brown. HEX triplet: 60, 42 and 18. RGB value is (96,66,24). Sum of RGB (Red+Green+Blue) = 96+66+24=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #604218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604218 is #9FBDE7. Grayscale: #464646. Windows color (decimal): -10468840 or 1589856. OLE color: 1589856.

HSL color Cylindrical-coordinate representation of color #604218: hue angle of 35º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #604218 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB966624-
CMYK00.310.750.62
HSL35º60%23.53%-
HSV(B)35º75%37.65%-
XYZ6.946.451.74-
YUV70.18101.94146.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.61%
GREEN value IS 66 (26.17% from 255) = 35.48%
BLUE value IS 24 (9.77% from 255) = 12.90%
R=51.61%
G=35.48%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96662400.310.750.62356023.53
Hex60421801F4B3E233c18
Octal1401023003711376437430
Binary1100000100001011000011111100101111111010001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604218; }

 p { color: rgb(96,66,24); }

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

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

 a { background-color: rgb(96,66,24); }

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

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

 span { border-color: rgb(96,66,24); }

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