#604114

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

Shades of Dark Brown #604114

Tints of Dark Brown #604114

Color information

#604114 (or 0x604114) is unknown color: approx Dark Brown. HEX triplet: 60, 41 and 14. RGB value is (96,65,20). Sum of RGB (Red+Green+Blue) = 96+65+20=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #604114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604114 is #9FBEEB. Grayscale: #454545. Windows color (decimal): -10469100 or 1327456. OLE color: 1327456.

HSL color Cylindrical-coordinate representation of color #604114: hue angle of 35.53º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #604114 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB966520-
CMYK00.320.790.62
HSL35.53º65.52%22.75%-
HSV(B)35.53º79.17%37.65%-
XYZ6.846.321.52-
YUV69.14100.27147.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.04%
GREEN value IS 65 (25.78% from 255) = 35.91%
BLUE value IS 20 (8.20% from 255) = 11.05%
R=53.04%
G=35.91%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96652000.320.790.6235.5365.5222.75
Hex6041140204F3E244217
Octal14010124040117764410227
Binary110000010000011010001000001001111111110100100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604114; }

 p { color: rgb(96,65,20); }

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

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

 a { background-color: rgb(96,65,20); }

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

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

 span { border-color: rgb(96,65,20); }

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