#604202

Color #604202 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #604202

Tints of Raw Umber #604202

Color information

#604202 (or 0x604202) is unknown color: approx Raw Umber. HEX triplet: 60, 42 and 02. RGB value is (96,66,2). Sum of RGB (Red+Green+Blue) = 96+66+2=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #604202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604202 is #9FBDFD. Grayscale: #434343. Windows color (decimal): -10468862 or 148064. OLE color: 148064.

HSL color Cylindrical-coordinate representation of color #604202: hue angle of 40.85º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #604202 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB96662-
CMYK00.310.980.62
HSL40.85º95.92%19.22%-
HSV(B)40.85º97.92%37.65%-
XYZ6.786.390.93-
YUV67.6790.94148.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.54%
GREEN value IS 66 (26.17% from 255) = 40.24%
BLUE value IS 2 (1.17% from 255) = 1.22%
R=58.54%
G=40.24%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9666200.310.980.6240.8595.9219.22
Hex6042201F623E296013
Octal1401022037142765114023
Binary11000001000010100111111100010111110101001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604202; }

 p { color: rgb(96,66,2); }

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

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

 a { background-color: rgb(96,66,2); }

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

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

 span { border-color: rgb(96,66,2); }

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