#664B04

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

Shades of Raw Umber #664B04

Tints of Raw Umber #664B04

Color information

#664B04 (or 0x664B04) is unknown color: approx Raw Umber. HEX triplet: 66, 4B and 04. RGB value is (102,75,4). Sum of RGB (Red+Green+Blue) = 102+75+4=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #664B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664B04 is #99B4FB. Grayscale: #4B4B4B. Windows color (decimal): -10073340 or 281446. OLE color: 281446.

HSL color Cylindrical-coordinate representation of color #664B04: hue angle of 43.47º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #664B04 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.6.

Color convert

RGB102754-
CMYK00.260.960.6
HSL43.47º92.45%20.78%-
HSV(B)43.47º96.08%40%-
XYZ8.027.871.21-
YUV74.9887.95147.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.35%
GREEN value IS 75 (29.69% from 255) = 41.44%
BLUE value IS 4 (1.95% from 255) = 2.21%
R=56.35%
G=41.44%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.96
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10275400.260.960.643.4792.4520.78
Hex664B401A603C2b5c15
Octal1461134032140745313425
Binary110011010010111000110101100000111100101011101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,75,4); }

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

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

 a { background-color: rgb(102,75,4); }

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

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

 span { border-color: rgb(102,75,4); }

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