Html Css Color HEX #664612 Raw Umber

📋 copy color: '#664612'

red 102 ◦ green 70 ◦ blue 18

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

Shades of Raw Umber #664612

Tints of Raw Umber #664612

RGB

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

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

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

R = 53.68%
G = 36.84%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#664612 (or 0x664612) is known color: Raw Umber. HEX triplet: 66, 46 and 12. RGB value is (102,70,18). Sum of RGB (Red+Green+Blue) = 102+70+18=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #664612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664612 is #99B9ED. Grayscale: #494949. Windows color (decimal): -10074606 or 1197670. OLE color: 1197670.

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

Color convert

RGB 102 70 18 -
CMYK 0 0.31 0.82 0.6
HSL 37.14º 0.7% 0.24% -
HSV(B) 37.14º 0.82% 0.4% -
XYZ 7.78 7.25 1.56 -
YUV 73.64 96.6 148.23 -
System Red Green Blue C M Y K H S L
Decimal 102 70 18 0 0.31 0.82 0.6 37.14 0.7 0.24
Hex 66 46 12 0 1F 52 3C 25 46 18
Octal 146 106 22 0 37 122 74 45 106 30
Binary 1100110 1000110 10010 0 11111 1010010 111100 100101 1000110 11000

Color Harmonies of #664612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664612

Black with #664612

Text Example


Text Example

White with #664612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664612; }

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

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

background-color css

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

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

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

border-color css

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

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

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