#663B27

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

Shades of New Amber #663B27

Tints of New Amber #663B27

Color information

#663B27 (or 0x663B27) is unknown color: approx New Amber. HEX triplet: 66, 3B and 27. RGB value is (102,59,39). Sum of RGB (Red+Green+Blue) = 102+59+39=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #663B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663B27 is #99C4D8. Grayscale: #454545. Windows color (decimal): -10077401 or 2571110. OLE color: 2571110.

HSL color Cylindrical-coordinate representation of color #663B27: hue angle of 19.05º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #663B27 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.6.

Color convert

RGB1025939-
CMYK00.420.620.6
HSL19.05º44.68%27.65%-
HSV(B)19.05º61.76%40%-
XYZ7.416.12.71-
YUV69.58110.75151.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51%
GREEN value IS 59 (23.44% from 255) = 29.5%
BLUE value IS 39 (15.62% from 255) = 19.5%
R=51%
G=29.5%
B=19.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102593900.420.620.619.0544.6827.65
Hex663B2702A3E3C132d1c
Octal14673470527674235534
Binary110011011101110011101010101111101111001001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,59,39); }

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

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

 a { background-color: rgb(102,59,39); }

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

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

 span { border-color: rgb(102,59,39); }

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