#664411

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

Shades of Raw Umber #664411

Tints of Raw Umber #664411

Color information

#664411 (or 0x664411) is unknown color: approx Raw Umber. HEX triplet: 66, 44 and 11. RGB value is (102,68,17). Sum of RGB (Red+Green+Blue) = 102+68+17=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #664411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664411 is #99BBEE. Grayscale: #484848. Windows color (decimal): -10075119 or 1131622. OLE color: 1131622.

HSL color Cylindrical-coordinate representation of color #664411: hue angle of 36º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #664411 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.6.

Color convert

RGB1026817-
CMYK00.330.830.6
HSL36º71.43%23.33%-
HSV(B)36º83.33%40%-
XYZ7.6571.48-
YUV72.3596.76149.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.55%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 17 (7.03% from 255) = 9.09%
R=54.55%
G=36.36%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102681700.330.830.63671.4323.33
Hex664411021533C244717
Octal14610421041123744410727
Binary110011010001001000101000011010011111100100100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664411; }

 p { color: rgb(102,68,17); }

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

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

 a { background-color: rgb(102,68,17); }

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

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

 span { border-color: rgb(102,68,17); }

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