Html Css Color HEX #664212 Raw Umber

📋 copy color: '#664212'

red 102 ◦ green 66 ◦ blue 18

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

Shades of Raw Umber #664212

Tints of Raw Umber #664212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.48%

 BLUE value IS 18 (7.42% from 255) = 9.68%

R = 54.84%
G = 35.48%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#664212 (or 0x664212) is known color: Raw Umber. HEX triplet: 66, 42 and 12. RGB value is (102,66,18). Sum of RGB (Red+Green+Blue) = 102+66+18=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #664212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664212 is #99BDED. Grayscale: #474747. Windows color (decimal): -10075630 or 1196646. OLE color: 1196646.

HSL color Cylindrical-coordinate representation of color #664212: hue angle of 34.29º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #664212 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 66 18 -
CMYK 0 0.35 0.82 0.6
HSL 34.29º 0.7% 0.24% -
HSV(B) 34.29º 0.82% 0.4% -
XYZ 7.54 6.76 1.48 -
YUV 71.29 97.93 149.9 -
System Red Green Blue C M Y K H S L
Decimal 102 66 18 0 0.35 0.82 0.6 34.29 0.7 0.24
Hex 66 42 12 0 23 52 3C 22 46 18
Octal 146 102 22 0 43 122 74 42 106 30
Binary 1100110 1000010 10010 0 100011 1010010 111100 100010 1000110 11000

Color Harmonies of #664212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664212

Black with #664212

Text Example


Text Example

White with #664212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664212; }

 p { color: rgb(102,66,18); }

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

background-color css

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

 a { background-color: rgb(102,66,18); }

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

border-color css

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

 span { border-color: rgb(102,66,18); }

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