#663D27

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

Shades of New Amber #663D27

Tints of New Amber #663D27

Color information

#663D27 (or 0x663D27) is unknown color: approx New Amber. HEX triplet: 66, 3D and 27. RGB value is (102,61,39). Sum of RGB (Red+Green+Blue) = 102+61+39=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 39 (15.62% from 255 or 19.31% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #663D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D27 is #99C2D8. Grayscale: #464646. Windows color (decimal): -10076889 or 2571622. OLE color: 2571622.

HSL color Cylindrical-coordinate representation of color #663D27: hue angle of 20.95º 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 #663D27 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.6.

Color convert

RGB1026139-
CMYK00.400.620.6
HSL20.95º44.68%27.65%-
HSV(B)20.95º61.76%40%-
XYZ7.516.312.74-
YUV70.75110.08150.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.50%
GREEN value IS 61 (24.22% from 255) = 30.20%
BLUE value IS 39 (15.62% from 255) = 19.31%
R=50.50%
G=30.20%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102613900.400.620.620.9544.6827.65
Hex663D270283E3C152d1c
Octal14675470507674255534
Binary110011011110110011101010001111101111001010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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