#664813

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

Shades of Raw Umber #664813

Tints of Raw Umber #664813

Color information

#664813 (or 0x664813) is unknown color: approx Raw Umber. HEX triplet: 66, 48 and 13. RGB value is (102,72,19). Sum of RGB (Red+Green+Blue) = 102+72+19=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #664813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664813 is #99B7EC. Grayscale: #4B4B4B. Windows color (decimal): -10074093 or 1263718. OLE color: 1263718.

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

Color convert

RGB1027219-
CMYK00.290.810.6
HSL38.31º68.6%23.73%-
HSV(B)38.31º81.37%40%-
XYZ7.917.511.65-
YUV74.9396.44147.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.85%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 19 (7.81% from 255) = 9.84%
R=52.85%
G=37.31%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102721900.290.810.638.3168.623.73
Hex66481301D513C264518
Octal14611023035121744610530
Binary11001101001000100110111011010001111100100110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664813; }

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

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

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

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

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

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

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

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