Html Css Color HEX #664712 Raw Umber

📋 copy color: '#664712'

red 102 ◦ green 71 ◦ blue 18

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

Shades of Raw Umber #664712

Tints of Raw Umber #664712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.17%

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

R = 53.4%
G = 37.17%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#664712 (or 0x664712) is known color: Raw Umber. HEX triplet: 66, 47 and 12. RGB value is (102,71,18). Sum of RGB (Red+Green+Blue) = 102+71+18=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #664712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664712 is #99B8ED. Grayscale: #4A4A4A. Windows color (decimal): -10074350 or 1197926. OLE color: 1197926.

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

Color convert

RGB 102 71 18 -
CMYK 0 0.30 0.82 0.6
HSL 37.86º 0.7% 0.24% -
HSV(B) 37.86º 0.82% 0.4% -
XYZ 7.84 7.37 1.58 -
YUV 74.23 96.27 147.81 -
System Red Green Blue C M Y K H S L
Decimal 102 71 18 0 0.30 0.82 0.6 37.86 0.7 0.24
Hex 66 47 12 0 1E 52 3C 26 46 18
Octal 146 107 22 0 36 122 74 46 106 30
Binary 1100110 1000111 10010 0 11110 1010010 111100 100110 1000110 11000

Color Harmonies of #664712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664712

Black with #664712

Text Example


Text Example

White with #664712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664712; }

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

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

background-color css

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

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

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

border-color css

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

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

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