Html Css Color HEX #605502 Raw Umber

📋 copy color: '#605502'

red 96 ◦ green 85 ◦ blue 2

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

Shades of Raw Umber #605502

Tints of Raw Umber #605502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.45%

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

R = 52.46%
G = 46.45%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#605502 (or 0x605502) is known color: Raw Umber. HEX triplet: 60, 55 and 02. RGB value is (96,85,2). Sum of RGB (Red+Green+Blue) = 96+85+2=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #605502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605502 is #9FAAFD. Grayscale: #4F4F4F. Windows color (decimal): -10463998 or 152928. OLE color: 152928.

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

Color convert

RGB 96 85 2 -
CMYK 0 0.11 0.98 0.62
HSL 52.98º 0.96% 0.19% -
HSV(B) 52.98º 0.98% 0.38% -
XYZ 8.08 8.99 1.37 -
YUV 78.83 84.64 140.25 -
System Red Green Blue C M Y K H S L
Decimal 96 85 2 0 0.11 0.98 0.62 52.98 0.96 0.19
Hex 60 55 2 0 B 62 3E 35 60 13
Octal 140 125 2 0 13 142 76 65 140 23
Binary 1100000 1010101 10 0 1011 1100010 111110 110101 1100000 10011

Color Harmonies of #605502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605502

Black with #605502

Text Example


Text Example

White with #605502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605502; }

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

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

background-color css

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

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

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

border-color css

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

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

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