#604314

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

Shades of Dark Brown #604314

Tints of Dark Brown #604314

Color information

#604314 (or 0x604314) is unknown color: approx Dark Brown. HEX triplet: 60, 43 and 14. RGB value is (96,67,20). Sum of RGB (Red+Green+Blue) = 96+67+20=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #604314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604314 is #9FBCEB. Grayscale: #464646. Windows color (decimal): -10468588 or 1327968. OLE color: 1327968.

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

Color convert

RGB966720-
CMYK00.300.790.62
HSL37.11º65.52%22.75%-
HSV(B)37.11º79.17%37.65%-
XYZ6.966.551.56-
YUV70.3199.61146.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.46%
GREEN value IS 67 (26.56% from 255) = 36.61%
BLUE value IS 20 (8.20% from 255) = 10.93%
R=52.46%
G=36.61%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96672000.300.790.6237.1165.5222.75
Hex60431401E4F3E254217
Octal14010324036117764510227
Binary11000001000011101000111101001111111110100101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604314; }

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

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

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

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

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

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

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

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