#664800

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

Shades of Raw Umber #664800

Tints of Raw Umber #664800

Color information

#664800 (or 0x664800) is unknown color: approx Raw Umber. HEX triplet: 66, 48 and 00. RGB value is (102,72,0). Sum of RGB (Red+Green+Blue) = 102+72+0=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #664800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664800 is #99B7FF. Grayscale: #494949. Windows color (decimal): -10074112 or 18534. OLE color: 18534.

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

Color convert

RGB102720-
CMYK00.2910.6
HSL42.35º100%20%-
HSV(B)42.35º100%40%-
XYZ7.87.461.03-
YUV72.7686.94148.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.62%
GREEN value IS 72 (28.52% from 255) = 41.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.62%
G=41.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10272000.2910.642.3510020
Hex6648001D643C2a6414
Octal1461100035144745214424
Binary1100110100100000111011100100111100101010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664800; }

 p { color: rgb(102,72,0); }

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

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

 a { background-color: rgb(102,72,0); }

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

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

 span { border-color: rgb(102,72,0); }

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