#664713

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

Shades of Raw Umber #664713

Tints of Raw Umber #664713

Color information

#664713 (or 0x664713) is unknown color: approx Raw Umber. HEX triplet: 66, 47 and 13. RGB value is (102,71,19). Sum of RGB (Red+Green+Blue) = 102+71+19=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #664713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664713 is #99B8EC. Grayscale: #4A4A4A. Windows color (decimal): -10074349 or 1263462. OLE color: 1263462.

HSL color Cylindrical-coordinate representation of color #664713: hue angle of 37.59º 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 #664713 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB1027119-
CMYK00.300.810.6
HSL37.59º68.6%23.73%-
HSV(B)37.59º81.37%40%-
XYZ7.857.381.63-
YUV74.3496.77147.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.12%
GREEN value IS 71 (28.12% from 255) = 36.98%
BLUE value IS 19 (7.81% from 255) = 9.90%
R=53.12%
G=36.98%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102711900.300.810.637.5968.623.73
Hex66471301E513C264518
Octal14610723036121744610530
Binary11001101000111100110111101010001111100100110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664713; }

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

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

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

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

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

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

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

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