#663E0A

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

Shades of Raw Umber #663E0A

Tints of Raw Umber #663E0A

Color information

#663E0A (or 0x663E0A) is unknown color: approx Raw Umber. HEX triplet: 66, 3E and 0A. RGB value is (102,62,10). Sum of RGB (Red+Green+Blue) = 102+62+10=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #663E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663E0A is #99C1F5. Grayscale: #444444. Windows color (decimal): -10076662 or 671334. OLE color: 671334.

HSL color Cylindrical-coordinate representation of color #663E0A: hue angle of 33.91º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #663E0A is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.6.

Color convert

RGB1026210-
CMYK00.390.900.6
HSL33.91º82.14%21.96%-
HSV(B)33.91º90.2%40%-
XYZ7.266.291.12-
YUV68.0395.25152.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.62%
GREEN value IS 62 (24.61% from 255) = 35.63%
BLUE value IS 10 (4.30% from 255) = 5.75%
R=58.62%
G=35.63%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.90
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102621000.390.900.633.9182.1421.96
Hex663EA0275A3C225216
Octal1467612047132744212226
Binary1100110111110101001001111011010111100100010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663E0A; }

 p { color: rgb(102,62,10); }

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

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

 a { background-color: rgb(102,62,10); }

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

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

 span { border-color: rgb(102,62,10); }

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