#664E01

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

Shades of Raw Umber #664E01

Tints of Raw Umber #664E01

Color information

#664E01 (or 0x664E01) is unknown color: approx Raw Umber. HEX triplet: 66, 4E and 01. RGB value is (102,78,1). Sum of RGB (Red+Green+Blue) = 102+78+1=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #664E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664E01 is #99B1FE. Grayscale: #4C4C4C. Windows color (decimal): -10072575 or 85606. OLE color: 85606.

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

Color convert

RGB102781-
CMYK00.240.990.6
HSL45.74º98.06%20.2%-
HSV(B)45.74º99.02%40%-
XYZ8.218.281.19-
YUV76.485.45146.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.35%
GREEN value IS 78 (30.86% from 255) = 43.09%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=56.35%
G=43.09%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10278100.240.990.645.7498.0620.2
Hex664E1018633C2e6214
Octal1461161030143745614224
Binary1100110100111010110001100011111100101110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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