Html Css Color HEX #604002 Raw Umber

📋 copy color: '#604002'

red 96 ◦ green 64 ◦ blue 2

#604002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #604002

Tints of Raw Umber #604002

RGB

 RED value IS 96 (37.89% from 255) = 59.26%

 GREEN value IS 64 (25.39% from 255) = 39.51%

 BLUE value IS 2 (1.17% from 255) = 1.23%

R = 59.26%
G = 39.51%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#604002 (or 0x604002) is known color: Raw Umber. HEX triplet: 60, 40 and 02. RGB value is (96,64,2). Sum of RGB (Red+Green+Blue) = 96+64+2=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #604002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604002 is #9FBFFD. Grayscale: #424242. Windows color (decimal): -10469374 or 147552. OLE color: 147552.

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

Color convert

RGB 96 64 2 -
CMYK 0 0.33 0.98 0.62
HSL 39.57º 0.96% 0.19% -
HSV(B) 39.57º 0.98% 0.38% -
XYZ 6.67 6.16 0.89 -
YUV 66.5 91.6 149.04 -
System Red Green Blue C M Y K H S L
Decimal 96 64 2 0 0.33 0.98 0.62 39.57 0.96 0.19
Hex 60 40 2 0 21 62 3E 28 60 13
Octal 140 100 2 0 41 142 76 50 140 23
Binary 1100000 1000000 10 0 100001 1100010 111110 101000 1100000 10011

Color Harmonies of #604002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604002

Black with #604002

Text Example


Text Example

White with #604002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604002; }

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

 H1.HeaderClassName
 {
   color: #604002;
 }
 .AnyTagClassName
 {
   color: #604002;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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