#664E0E

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

Shades of Raw Umber #664E0E

Tints of Raw Umber #664E0E

Color information

#664E0E (or 0x664E0E) is unknown color: approx Raw Umber. HEX triplet: 66, 4E and 0E. RGB value is (102,78,14). Sum of RGB (Red+Green+Blue) = 102+78+14=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #664E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664E0E is #99B1F1. Grayscale: #4E4E4E. Windows color (decimal): -10072562 or 937574. OLE color: 937574.

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

Color convert

RGB1027814-
CMYK00.240.860.6
HSL43.64º75.86%22.75%-
HSV(B)43.64º86.27%40%-
XYZ8.288.311.58-
YUV77.8891.95145.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.58%
GREEN value IS 78 (30.86% from 255) = 40.21%
BLUE value IS 14 (5.86% from 255) = 7.22%
R=52.58%
G=40.21%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102781400.240.860.643.6475.8622.75
Hex664EE018563C2c4c17
Octal14611616030126745411427
Binary1100110100111011100110001010110111100101100100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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