#664F0E

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

Shades of Raw Umber #664F0E

Tints of Raw Umber #664F0E

Color information

#664F0E (or 0x664F0E) is unknown color: approx Raw Umber. HEX triplet: 66, 4F and 0E. RGB value is (102,79,14). Sum of RGB (Red+Green+Blue) = 102+79+14=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #664F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664F0E is #99B0F1. Grayscale: #4E4E4E. Windows color (decimal): -10072306 or 937830. OLE color: 937830.

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

Color convert

RGB1027914-
CMYK00.230.860.6
HSL44.32º75.86%22.75%-
HSV(B)44.32º86.27%40%-
XYZ8.358.451.61-
YUV78.4791.62144.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.31%
GREEN value IS 79 (31.25% from 255) = 40.51%
BLUE value IS 14 (5.86% from 255) = 7.18%
R=52.31%
G=40.51%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102791400.230.860.644.3275.8622.75
Hex664FE017563C2c4c17
Octal14611716027126745411427
Binary1100110100111111100101111010110111100101100100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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