#66440B

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

Shades of Raw Umber #66440B

Tints of Raw Umber #66440B

Color information

#66440B (or 0x66440B) is unknown color: approx Raw Umber. HEX triplet: 66, 44 and 0B. RGB value is (102,68,11). Sum of RGB (Red+Green+Blue) = 102+68+11=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #66440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66440B is #99BBF4. Grayscale: #474747. Windows color (decimal): -10075125 or 738406. OLE color: 738406.

HSL color Cylindrical-coordinate representation of color #66440B: hue angle of 37.58º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66440B is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.6.

Color convert

RGB1026811-
CMYK00.330.890.6
HSL37.58º80.53%22.16%-
HSV(B)37.58º89.22%40%-
XYZ7.616.981.26-
YUV71.6793.76149.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.35%
GREEN value IS 68 (26.95% from 255) = 37.57%
BLUE value IS 11 (4.69% from 255) = 6.08%
R=56.35%
G=37.57%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.89
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102681100.330.890.637.5880.5322.16
Hex6644B021593C265116
Octal14610413041131744612126
Binary11001101000100101101000011011001111100100110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66440B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66440B; }

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

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

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

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

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

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

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

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