#663a1e

Color #663A1E New Amber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Amber #663A1E

Tints of New Amber #663A1E

Color information

#663A1E (or 0x663A1E) is unknown color: approx New Amber. HEX triplet: 66, 3A and 1E. RGB value is (102,58,30). Sum of RGB (Red+Green+Blue) = 102+58+30=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #663A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663A1E is #99C5E1. Grayscale: #444444. Windows color (decimal): -10077666 or 1981030. OLE color: 1981030.

HSL color Cylindrical-coordinate representation of color #663A1E: hue angle of 23.33º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #663A1E is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.6.

Color convert

RGB1025830-
CMYK00.430.710.6
HSL23.33º54.55%25.88%-
HSV(B)23.33º70.59%40%-
XYZ7.235.941.99-
YUV67.96106.58152.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.68%
GREEN value IS 58 (23.05% from 255) = 30.53%
BLUE value IS 30 (12.11% from 255) = 15.79%
R=53.68%
G=30.53%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102583000.430.710.623.3354.5525.88
Hex663A1E02B473C17371a
Octal146723605310774276732
Binary110011011101011110010101110001111111001011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663a1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,58,30); }

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

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

 a { background-color: rgb(102,58,30); }

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

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

 span { border-color: rgb(102,58,30); }

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