Html Css Color HEX #665602 Raw Umber

📋 copy color: '#665602'

red 102 ◦ green 86 ◦ blue 2

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

Shades of Raw Umber #665602

Tints of Raw Umber #665602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.26%

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

R = 53.68%
G = 45.26%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#665602 (or 0x665602) is known color: Raw Umber. HEX triplet: 66, 56 and 02. RGB value is (102,86,2). Sum of RGB (Red+Green+Blue) = 102+86+2=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 86 (33.98% from 255 or 45.26% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #665602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665602 is #99A9FD. Grayscale: #515151. Windows color (decimal): -10070526 or 153190. OLE color: 153190.

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

Color convert

RGB 102 86 2 -
CMYK 0 0.16 0.98 0.6
HSL 50.4º 0.96% 0.2% -
HSV(B) 50.4º 0.98% 0.4% -
XYZ 8.82 9.48 1.42 -
YUV 81.21 83.3 142.83 -
System Red Green Blue C M Y K H S L
Decimal 102 86 2 0 0.16 0.98 0.6 50.4 0.96 0.2
Hex 66 56 2 0 10 62 3C 32 60 14
Octal 146 126 2 0 20 142 74 62 140 24
Binary 1100110 1010110 10 0 10000 1100010 111100 110010 1100000 10100

Color Harmonies of #665602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665602

Black with #665602

Text Example


Text Example

White with #665602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665602; }

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

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

background-color css

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

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

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

border-color css

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

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

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