#664812

Color #664812 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #664812

Tints of Raw Umber #664812

Color information

#664812 (or 0x664812) is unknown color: approx 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

RGB1027218-
CMYK00.290.820.6
HSL38.57º70%23.53%-
HSV(B)38.57º82.35%40%-
XYZ7.917.51.6-
YUV74.8195.94147.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.12%
GREEN value IS 72 (28.52% from 255) = 37.5%
BLUE value IS 18 (7.42% from 255) = 9.38%
R=53.12%
G=37.5%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102721800.290.820.638.577023.53
Hex66481201D523C274618
Octal14611022035122744710630
Binary11001101001000100100111011010010111100100111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>