Html Css Color HEX #604502 Raw Umber

📋 copy color: '#604502'

red 96 ◦ green 69 ◦ blue 2

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

Shades of Raw Umber #604502

Tints of Raw Umber #604502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.32%

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

R = 57.49%
G = 41.32%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#604502 (or 0x604502) is known color: Raw Umber. HEX triplet: 60, 45 and 02. RGB value is (96,69,2). Sum of RGB (Red+Green+Blue) = 96+69+2=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #604502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604502 is #9FBAFD. Grayscale: #454545. Windows color (decimal): -10468094 or 148832. OLE color: 148832.

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

Color convert

RGB 96 69 2 -
CMYK 0 0.28 0.98 0.62
HSL 42.77º 0.96% 0.19% -
HSV(B) 42.77º 0.98% 0.38% -
XYZ 6.96 6.75 0.99 -
YUV 69.44 89.95 146.95 -
System Red Green Blue C M Y K H S L
Decimal 96 69 2 0 0.28 0.98 0.62 42.77 0.96 0.19
Hex 60 45 2 0 1C 62 3E 2B 60 13
Octal 140 105 2 0 34 142 76 53 140 23
Binary 1100000 1000101 10 0 11100 1100010 111110 101011 1100000 10011

Color Harmonies of #604502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604502

Black with #604502

Text Example


Text Example

White with #604502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604502; }

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

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

background-color css

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

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

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

border-color css

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

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

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