#664413

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

Shades of Raw Umber #664413

Tints of Raw Umber #664413

Color information

#664413 (or 0x664413) is unknown color: approx Raw Umber. HEX triplet: 66, 44 and 13. RGB value is (102,68,19). Sum of RGB (Red+Green+Blue) = 102+68+19=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #664413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664413 is #99BBEC. Grayscale: #484848. Windows color (decimal): -10075117 or 1262694. OLE color: 1262694.

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

Color convert

RGB1026819-
CMYK00.330.810.6
HSL35.42º68.6%23.73%-
HSV(B)35.42º81.37%40%-
XYZ7.667.011.56-
YUV72.5897.76148.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.97%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 19 (7.81% from 255) = 10.05%
R=53.97%
G=35.98%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102681900.330.810.635.4268.623.73
Hex664413021513C234518
Octal14610423041121744310530
Binary110011010001001001101000011010001111100100011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664413; }

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

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

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

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

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

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

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

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