Html Css Color HEX #664008 Raw Umber

📋 copy color: '#664008'

red 102 ◦ green 64 ◦ blue 8

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

Shades of Raw Umber #664008

Tints of Raw Umber #664008

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.78%

 BLUE value IS 8 (3.52% from 255) = 4.6%

R = 58.62%
G = 36.78%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.6

RGB Variations

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

Color information

#664008 (or 0x664008) is known color: Raw Umber. HEX triplet: 66, 40 and 08. RGB value is (102,64,8). Sum of RGB (Red+Green+Blue) = 102+64+8=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #664008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664008 is #99BFF7. Grayscale: #454545. Windows color (decimal): -10076152 or 540774. OLE color: 540774.

HSL color Cylindrical-coordinate representation of color #664008: hue angle of 35.74º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #664008 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 64 8 -
CMYK 0 0.37 0.92 0.6
HSL 35.74º 0.85% 0.22% -
HSV(B) 35.74º 0.92% 0.4% -
XYZ 7.36 6.51 1.1 -
YUV 68.98 93.59 151.55 -
System Red Green Blue C M Y K H S L
Decimal 102 64 8 0 0.37 0.92 0.6 35.74 0.85 0.22
Hex 66 40 8 0 25 5C 3C 24 55 16
Octal 146 100 10 0 45 134 74 44 125 26
Binary 1100110 1000000 1000 0 100101 1011100 111100 100100 1010101 10110

Color Harmonies of #664008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664008

Black with #664008

Text Example


Text Example

White with #664008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664008; }

 p { color: rgb(102,64,8); }

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

background-color css

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

 a { background-color: rgb(102,64,8); }

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

border-color css

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

 span { border-color: rgb(102,64,8); }

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