#604618

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

Shades of Dark Brown #604618

Tints of Dark Brown #604618

Color information

#604618 (or 0x604618) is unknown color: approx Dark Brown. HEX triplet: 60, 46 and 18. RGB value is (96,70,24). Sum of RGB (Red+Green+Blue) = 96+70+24=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #604618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604618 is #9FB9E7. Grayscale: #484848. Windows color (decimal): -10467816 or 1590880. OLE color: 1590880.

HSL color Cylindrical-coordinate representation of color #604618: hue angle of 38.33º 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 #604618 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB967024-
CMYK00.270.750.62
HSL38.33º60%23.53%-
HSV(B)38.33º75%37.65%-
XYZ7.186.931.82-
YUV72.53100.61144.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.53%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 24 (9.77% from 255) = 12.63%
R=50.53%
G=36.84%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96702400.270.750.6238.336023.53
Hex60461801B4B3E263c18
Octal1401063003311376467430
Binary1100000100011011000011011100101111111010011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604618; }

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

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

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

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

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

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

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

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