#664F0C

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

Shades of Raw Umber #664F0C

Tints of Raw Umber #664F0C

Color information

#664F0C (or 0x664F0C) is unknown color: approx Raw Umber. HEX triplet: 66, 4F and 0C. RGB value is (102,79,12). Sum of RGB (Red+Green+Blue) = 102+79+12=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #664F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664F0C is #99B0F3. Grayscale: #4E4E4E. Windows color (decimal): -10072308 or 806758. OLE color: 806758.

HSL color Cylindrical-coordinate representation of color #664F0C: hue angle of 44.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #664F0C is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB1027912-
CMYK00.230.880.6
HSL44.67º78.95%22.35%-
HSV(B)44.67º88.24%40%-
XYZ8.348.441.54-
YUV78.2490.62144.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.85%
GREEN value IS 79 (31.25% from 255) = 40.93%
BLUE value IS 12 (5.08% from 255) = 6.22%
R=52.85%
G=40.93%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102791200.230.880.644.6778.9522.35
Hex664FC017583C2d4f16
Octal14611714027130745511726
Binary1100110100111111000101111011000111100101101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,79,12); }

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

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

 a { background-color: rgb(102,79,12); }

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

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

 span { border-color: rgb(102,79,12); }

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