#664816

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

Shades of Raw Umber #664816

Tints of Raw Umber #664816

Color information

#664816 (or 0x664816) is unknown color: approx Raw Umber. HEX triplet: 66, 48 and 16. RGB value is (102,72,22). Sum of RGB (Red+Green+Blue) = 102+72+22=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #664816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664816 is #99B7E9. Grayscale: #4B4B4B. Windows color (decimal): -10074090 or 1460326. OLE color: 1460326.

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

Color convert

RGB1027222-
CMYK00.290.780.6
HSL37.5º64.52%24.31%-
HSV(B)37.5º78.43%40%-
XYZ7.947.521.79-
YUV75.2797.94147.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.04%
GREEN value IS 72 (28.52% from 255) = 36.73%
BLUE value IS 22 (8.98% from 255) = 11.22%
R=52.04%
G=36.73%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102722200.290.780.637.564.5224.31
Hex66481601D4E3C264118
Octal14611026035116744610130
Binary11001101001000101100111011001110111100100110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664816; }

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

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

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

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

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

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

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

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