#604512

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

Shades of Dark Brown #604512

Tints of Dark Brown #604512

Color information

#604512 (or 0x604512) is unknown color: approx Dark Brown. HEX triplet: 60, 45 and 12. RGB value is (96,69,18). Sum of RGB (Red+Green+Blue) = 96+69+18=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #604512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604512 is #9FBAED. Grayscale: #474747. Windows color (decimal): -10468078 or 1197408. OLE color: 1197408.

HSL color Cylindrical-coordinate representation of color #604512: hue angle of 39.23º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #604512 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB966918-
CMYK00.280.810.62
HSL39.23º68.42%22.35%-
HSV(B)39.23º81.25%37.65%-
XYZ7.066.791.51-
YUV71.2697.95145.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.46%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 18 (7.42% from 255) = 9.84%
R=52.46%
G=37.70%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96691800.280.810.6239.2368.4222.35
Hex60451201C513E274416
Octal14010522034121764710426
Binary11000001000101100100111001010001111110100111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604512; }

 p { color: rgb(96,69,18); }

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

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

 a { background-color: rgb(96,69,18); }

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

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

 span { border-color: rgb(96,69,18); }

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