Html Css Color HEX #665502 Raw Umber

📋 copy color: '#665502'

red 102 ◦ green 85 ◦ blue 2

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

Shades of Raw Umber #665502

Tints of Raw Umber #665502

RGB

 RED value IS 102 (40.23% from 255) = 53.97%

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

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

R = 53.97%
G = 44.97%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#665502 (or 0x665502) is known color: Raw Umber. HEX triplet: 66, 55 and 02. RGB value is (102,85,2). Sum of RGB (Red+Green+Blue) = 102+85+2=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #665502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665502 is #99AAFD. Grayscale: #505050. Windows color (decimal): -10070782 or 152934. OLE color: 152934.

HSL color Cylindrical-coordinate representation of color #665502: hue angle of 49.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #665502 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 85 2 -
CMYK 0 0.17 0.98 0.6
HSL 49.8º 0.96% 0.2% -
HSV(B) 49.8º 0.98% 0.4% -
XYZ 8.74 9.33 1.4 -
YUV 80.62 83.63 143.25 -
System Red Green Blue C M Y K H S L
Decimal 102 85 2 0 0.17 0.98 0.6 49.8 0.96 0.2
Hex 66 55 2 0 11 62 3C 32 60 14
Octal 146 125 2 0 21 142 74 62 140 24
Binary 1100110 1010101 10 0 10001 1100010 111100 110010 1100000 10100

Color Harmonies of #665502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665502

Black with #665502

Text Example


Text Example

White with #665502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665502; }

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

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

background-color css

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

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

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

border-color css

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

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

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