#664B12

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

Shades of Raw Umber #664B12

Tints of Raw Umber #664B12

Color information

#664B12 (or 0x664B12) is unknown color: approx Raw Umber. HEX triplet: 66, 4B and 12. RGB value is (102,75,18). Sum of RGB (Red+Green+Blue) = 102+75+18=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #664B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664B12 is #99B4ED. Grayscale: #4C4C4C. Windows color (decimal): -10073326 or 1198950. OLE color: 1198950.

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

Color convert

RGB1027518-
CMYK00.260.820.6
HSL40.71º70%23.53%-
HSV(B)40.71º82.35%40%-
XYZ8.17.91.67-
YUV76.5894.95146.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.31%
GREEN value IS 75 (29.69% from 255) = 38.46%
BLUE value IS 18 (7.42% from 255) = 9.23%
R=52.31%
G=38.46%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102751800.260.820.640.717023.53
Hex664B1201A523C294618
Octal14611322032122745110630
Binary11001101001011100100110101010010111100101001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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