#604014

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

Shades of Dark Brown #604014

Tints of Dark Brown #604014

Color information

#604014 (or 0x604014) is unknown color: approx Dark Brown. HEX triplet: 60, 40 and 14. RGB value is (96,64,20). Sum of RGB (Red+Green+Blue) = 96+64+20=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #604014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604014 is #9FBFEB. Grayscale: #444444. Windows color (decimal): -10469356 or 1327200. OLE color: 1327200.

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

Color convert

RGB966420-
CMYK00.330.790.62
HSL34.74º65.52%22.75%-
HSV(B)34.74º79.17%37.65%-
XYZ6.786.21.5-
YUV68.55100.6147.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.33%
GREEN value IS 64 (25.39% from 255) = 35.56%
BLUE value IS 20 (8.20% from 255) = 11.11%
R=53.33%
G=35.56%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96642000.330.790.6234.7465.5222.75
Hex6040140214F3E234217
Octal14010024041117764310227
Binary110000010000001010001000011001111111110100011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604014; }

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

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

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

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

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

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

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

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