#664E1A

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

Shades of Raw Umber #664E1A

Tints of Raw Umber #664E1A

Color information

#664E1A (or 0x664E1A) is unknown color: approx Raw Umber. HEX triplet: 66, 4E and 1A. RGB value is (102,78,26). Sum of RGB (Red+Green+Blue) = 102+78+26=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #664E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664E1A is #99B1E5. Grayscale: #4F4F4F. Windows color (decimal): -10072550 or 1724006. OLE color: 1724006.

HSL color Cylindrical-coordinate representation of color #664E1A: hue angle of 41.05º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #664E1A is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1027826-
CMYK00.240.750.6
HSL41.05º59.38%25.1%-
HSV(B)41.05º74.51%40%-
XYZ8.398.352.15-
YUV79.2597.95144.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.51%
GREEN value IS 78 (30.86% from 255) = 37.86%
BLUE value IS 26 (10.55% from 255) = 12.62%
R=49.51%
G=37.86%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102782600.240.750.641.0559.3825.1
Hex664E1A0184B3C293b19
Octal1461163203011374517331
Binary1100110100111011010011000100101111110010100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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