Html Css Color HEX #604802 Raw Umber

📋 copy color: '#604802'

red 96 ◦ green 72 ◦ blue 2

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

Shades of Raw Umber #604802

Tints of Raw Umber #604802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.35%

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

R = 56.47%
G = 42.35%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#604802 (or 0x604802) is known color: Raw Umber. HEX triplet: 60, 48 and 02. RGB value is (96,72,2). Sum of RGB (Red+Green+Blue) = 96+72+2=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #604802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604802 is #9FB7FD. Grayscale: #474747. Windows color (decimal): -10467326 or 149600. OLE color: 149600.

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

Color convert

RGB 96 72 2 -
CMYK 0 0.25 0.98 0.62
HSL 44.68º 0.96% 0.19% -
HSV(B) 44.68º 0.98% 0.38% -
XYZ 7.15 7.13 1.06 -
YUV 71.2 88.95 145.69 -
System Red Green Blue C M Y K H S L
Decimal 96 72 2 0 0.25 0.98 0.62 44.68 0.96 0.19
Hex 60 48 2 0 19 62 3E 2D 60 13
Octal 140 110 2 0 31 142 76 55 140 23
Binary 1100000 1001000 10 0 11001 1100010 111110 101101 1100000 10011

Color Harmonies of #604802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604802

Black with #604802

Text Example


Text Example

White with #604802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604802; }

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

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

background-color css

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

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

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

border-color css

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

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

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