#664D12

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

Shades of Raw Umber #664D12

Tints of Raw Umber #664D12

Color information

#664D12 (or 0x664D12) is unknown color: approx Raw Umber. HEX triplet: 66, 4D and 12. RGB value is (102,77,18). Sum of RGB (Red+Green+Blue) = 102+77+18=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #664D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664D12 is #99B2ED. Grayscale: #4E4E4E. Windows color (decimal): -10072814 or 1199462. OLE color: 1199462.

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

Color convert

RGB1027718-
CMYK00.250.820.6
HSL42.14º70%23.53%-
HSV(B)42.14º82.35%40%-
XYZ8.248.181.72-
YUV77.7594.28145.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.78%
GREEN value IS 77 (30.47% from 255) = 39.09%
BLUE value IS 18 (7.42% from 255) = 9.14%
R=51.78%
G=39.09%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102771800.250.820.642.147023.53
Hex664D12019523C2a4618
Octal14611522031122745210630
Binary11001101001101100100110011010010111100101010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664D12; }

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

 H1.HeaderClassName
 {
   color: #664D12;
 }
 .AnyTagClassName
 {
   color: #664D12;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #664D12;
 }
 .BgClassName
 {
   background-color: #664D12;
 }
</style>
border-color css

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

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

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