#604021

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

Shades of Dark Brown #604021

Tints of Dark Brown #604021

Color information

#604021 (or 0x604021) is unknown color: approx Dark Brown. HEX triplet: 60, 40 and 21. RGB value is (96,64,33). Sum of RGB (Red+Green+Blue) = 96+64+33=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #604021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604021 is #9FBFDE. Grayscale: #464646. Windows color (decimal): -10469343 or 2179168. OLE color: 2179168.

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

Color convert

RGB966433-
CMYK00.330.660.62
HSL29.52º48.84%25.29%-
HSV(B)29.52º65.62%37.65%-
XYZ6.936.262.28-
YUV70.03107.1146.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.74%
GREEN value IS 64 (25.39% from 255) = 33.16%
BLUE value IS 33 (13.28% from 255) = 17.10%
R=49.74%
G=33.16%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96643300.330.660.6229.5248.8425.29
Hex604021021423E1e3119
Octal1401004104110276366131
Binary11000001000000100001010000110000101111101111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604021; }

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

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

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

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

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

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

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

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