#604921

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

Shades of Dark Brown #604921

Tints of Dark Brown #604921

Color information

#604921 (or 0x604921) is unknown color: approx Dark Brown. HEX triplet: 60, 49 and 21. RGB value is (96,73,33). Sum of RGB (Red+Green+Blue) = 96+73+33=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #604921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604921 is #9FB6DE. Grayscale: #4B4B4B. Windows color (decimal): -10467039 or 2181472. OLE color: 2181472.

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

Color convert

RGB967333-
CMYK00.240.660.62
HSL38.1º48.84%25.29%-
HSV(B)38.1º65.62%37.65%-
XYZ7.487.362.47-
YUV75.32104.12142.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.52%
GREEN value IS 73 (28.91% from 255) = 36.14%
BLUE value IS 33 (13.28% from 255) = 16.34%
R=47.52%
G=36.14%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96733300.240.660.6238.148.8425.29
Hex604921018423E263119
Octal1401114103010276466131
Binary11000001001001100001011000100001011111010011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604921; }

 p { color: rgb(96,73,33); }

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

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

 a { background-color: rgb(96,73,33); }

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

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

 span { border-color: rgb(96,73,33); }

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