Html Css Color HEX #664812 Raw Umber

📋 copy color: '#664812'

red 102 ◦ green 72 ◦ blue 18

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

Shades of Raw Umber #664812

Tints of Raw Umber #664812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.5%

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

R = 53.13%
G = 37.5%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#664812 (or 0x664812) is known color: Raw Umber. HEX triplet: 66, 48 and 12. RGB value is (102,72,18). Sum of RGB (Red+Green+Blue) = 102+72+18=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #664812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664812 is #99B7ED. Grayscale: #4B4B4B. Windows color (decimal): -10074094 or 1198182. OLE color: 1198182.

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

Color convert

RGB 102 72 18 -
CMYK 0 0.29 0.82 0.6
HSL 38.57º 0.7% 0.24% -
HSV(B) 38.57º 0.82% 0.4% -
XYZ 7.91 7.5 1.6 -
YUV 74.81 95.94 147.39 -
System Red Green Blue C M Y K H S L
Decimal 102 72 18 0 0.29 0.82 0.6 38.57 0.7 0.24
Hex 66 48 12 0 1D 52 3C 27 46 18
Octal 146 110 22 0 35 122 74 47 106 30
Binary 1100110 1001000 10010 0 11101 1010010 111100 100111 1000110 11000

Color Harmonies of #664812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664812

Black with #664812

Text Example


Text Example

White with #664812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664812; }

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

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

background-color css

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

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

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

border-color css

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

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

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