#663C26

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

Shades of New Amber #663C26

Tints of New Amber #663C26

Color information

#663C26 (or 0x663C26) is unknown color: approx New Amber. HEX triplet: 66, 3C and 26. RGB value is (102,60,38). Sum of RGB (Red+Green+Blue) = 102+60+38=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #663C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663C26 is #99C3D9. Grayscale: #464646. Windows color (decimal): -10077146 or 2505830. OLE color: 2505830.

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

Color convert

RGB1026038-
CMYK00.410.630.6
HSL20.62º45.71%27.45%-
HSV(B)20.62º62.75%40%-
XYZ7.456.22.64-
YUV70.05109.91150.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51%
GREEN value IS 60 (23.83% from 255) = 30%
BLUE value IS 38 (15.23% from 255) = 19%
R=51%
G=30%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102603800.410.630.620.6245.7127.45
Hex663C260293F3C152e1b
Octal14674460517774255633
Binary110011011110010011001010011111111111001010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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