#664304

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

Shades of Raw Umber #664304

Tints of Raw Umber #664304

Color information

#664304 (or 0x664304) is unknown color: approx Raw Umber. HEX triplet: 66, 43 and 04. RGB value is (102,67,4). Sum of RGB (Red+Green+Blue) = 102+67+4=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #664304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664304 is #99BCFB. Grayscale: #464646. Windows color (decimal): -10075388 or 279398. OLE color: 279398.

HSL color Cylindrical-coordinate representation of color #664304: hue angle of 38.57º 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 #664304 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.6.

Color convert

RGB102674-
CMYK00.340.960.6
HSL38.57º92.45%20.78%-
HSV(B)38.57º96.08%40%-
XYZ7.516.851.04-
YUV70.2890.6150.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.96%
GREEN value IS 67 (26.56% from 255) = 38.73%
BLUE value IS 4 (1.95% from 255) = 2.31%
R=58.96%
G=38.73%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10267400.340.960.638.5792.4520.78
Hex66434022603C275c15
Octal1461034042140744713425
Binary1100110100001110001000101100000111100100111101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664304; }

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

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

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

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

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

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

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

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