Html Css Color HEX #664600 Raw Umber

📋 copy color: '#664600'

red 102 ◦ green 70 ◦ blue 0

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

Shades of Raw Umber #664600

Tints of Raw Umber #664600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.7%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.3%
G = 40.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#664600 (or 0x664600) is known color: Raw Umber. HEX triplet: 66, 46 and 00. RGB value is (102,70,0). Sum of RGB (Red+Green+Blue) = 102+70+0=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #664600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664600 is #99B9FF. Grayscale: #474747. Windows color (decimal): -10074624 or 18022. OLE color: 18022.

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

Color convert

RGB 102 70 0 -
CMYK 0 0.31 1 0.6
HSL 41.18º 1% 0.2% -
HSV(B) 41.18º 1% 0.4% -
XYZ 7.67 7.21 0.99 -
YUV 71.59 87.6 149.69 -
System Red Green Blue C M Y K H S L
Decimal 102 70 0 0 0.31 1 0.6 41.18 1 0.2
Hex 66 46 0 0 1F 64 3C 29 64 14
Octal 146 106 0 0 37 144 74 51 144 24
Binary 1100110 1000110 0 0 11111 1100100 111100 101001 1100100 10100

Color Harmonies of #664600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664600

Black with #664600

Text Example


Text Example

White with #664600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664600; }

 p { color: rgb(102,70,0); }

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

background-color css

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

 a { background-color: rgb(102,70,0); }

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

border-color css

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

 span { border-color: rgb(102,70,0); }

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