#663C25

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

Shades of New Amber #663C25

Tints of New Amber #663C25

Color information

#663C25 (or 0x663C25) is unknown color: approx New Amber. HEX triplet: 66, 3C and 25. RGB value is (102,60,37). Sum of RGB (Red+Green+Blue) = 102+60+37=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #663C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663C25 is #99C3DA. Grayscale: #464646. Windows color (decimal): -10077147 or 2440294. OLE color: 2440294.

HSL color Cylindrical-coordinate representation of color #663C25: hue angle of 21.23º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #663C25 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB1026037-
CMYK00.410.640.6
HSL21.23º46.76%27.25%-
HSV(B)21.23º63.73%40%-
XYZ7.436.192.55-
YUV69.94109.41150.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.26%
GREEN value IS 60 (23.83% from 255) = 30.15%
BLUE value IS 37 (14.84% from 255) = 18.59%
R=51.26%
G=30.15%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102603700.410.640.621.2346.7627.25
Hex663C25029403C152f1b
Octal146744505110074255733
Binary1100110111100100101010100110000001111001010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,60,37); }

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

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

 a { background-color: rgb(102,60,37); }

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

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

 span { border-color: rgb(102,60,37); }

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