Html Css Color HEX #664F08 Raw Umber

📋 copy color: '#664F08'

red 102 ◦ green 79 ◦ blue 8

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

Shades of Raw Umber #664F08

Tints of Raw Umber #664F08

RGB

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

 GREEN value IS 79 (31.25% from 255) = 41.8%

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

R = 53.97%
G = 41.8%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.6

RGB Variations

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

Color information

#664F08 (or 0x664F08) is known color: Raw Umber. HEX triplet: 66, 4F and 08. RGB value is (102,79,8). Sum of RGB (Red+Green+Blue) = 102+79+8=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #664F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664F08 is #99B0F7. Grayscale: #4E4E4E. Windows color (decimal): -10072312 or 544614. OLE color: 544614.

HSL color Cylindrical-coordinate representation of color #664F08: hue angle of 45.32º 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 #664F08 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 79 8 -
CMYK 0 0.23 0.92 0.6
HSL 45.32º 0.85% 0.22% -
HSV(B) 45.32º 0.92% 0.4% -
XYZ 8.32 8.43 1.42 -
YUV 77.78 88.62 145.27 -
System Red Green Blue C M Y K H S L
Decimal 102 79 8 0 0.23 0.92 0.6 45.32 0.85 0.22
Hex 66 4F 8 0 17 5C 3C 2D 55 16
Octal 146 117 10 0 27 134 74 55 125 26
Binary 1100110 1001111 1000 0 10111 1011100 111100 101101 1010101 10110

Color Harmonies of #664F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664F08

Black with #664F08

Text Example


Text Example

White with #664F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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