#604514

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

Shades of Dark Brown #604514

Tints of Dark Brown #604514

Color information

#604514 (or 0x604514) is unknown color: approx Dark Brown. HEX triplet: 60, 45 and 14. RGB value is (96,69,20). Sum of RGB (Red+Green+Blue) = 96+69+20=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #604514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604514 is #9FBAEB. Grayscale: #474747. Windows color (decimal): -10468076 or 1328480. OLE color: 1328480.

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

Color convert

RGB966920-
CMYK00.280.790.62
HSL38.68º65.52%22.75%-
HSV(B)38.68º79.17%37.65%-
XYZ7.086.791.6-
YUV71.4998.95145.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.89%
GREEN value IS 69 (27.34% from 255) = 37.30%
BLUE value IS 20 (8.20% from 255) = 10.81%
R=51.89%
G=37.30%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96692000.280.790.6238.6865.5222.75
Hex60451401C4F3E274217
Octal14010524034117764710227
Binary11000001000101101000111001001111111110100111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604514; }

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

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

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

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

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

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

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

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