#604121

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

Shades of Dark Brown #604121

Tints of Dark Brown #604121

Color information

#604121 (or 0x604121) is unknown color: approx Dark Brown. HEX triplet: 60, 41 and 21. RGB value is (96,65,33). Sum of RGB (Red+Green+Blue) = 96+65+33=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #604121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604121 is #9FBEDE. Grayscale: #464646. Windows color (decimal): -10469087 or 2179424. OLE color: 2179424.

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

Color convert

RGB966533-
CMYK00.320.660.62
HSL30.48º48.84%25.29%-
HSV(B)30.48º65.62%37.65%-
XYZ6.996.382.3-
YUV70.62106.77146.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.48%
GREEN value IS 65 (25.78% from 255) = 33.51%
BLUE value IS 33 (13.28% from 255) = 17.01%
R=49.48%
G=33.51%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96653300.320.660.6230.4848.8425.29
Hex604121020423E1e3119
Octal1401014104010276366131
Binary11000001000001100001010000010000101111101111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604121; }

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

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

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

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

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

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

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

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