#663926

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

Shades of New Amber #663926

Tints of New Amber #663926

Color information

#663926 (or 0x663926) is unknown color: approx New Amber. HEX triplet: 66, 39 and 26. RGB value is (102,57,38). Sum of RGB (Red+Green+Blue) = 102+57+38=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #663926 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663926 is #99C6D9. Grayscale: #444444. Windows color (decimal): -10077914 or 2505062. OLE color: 2505062.

HSL color Cylindrical-coordinate representation of color #663926: hue angle of 17.81º 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 #663926 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB1025738-
CMYK00.440.630.6
HSL17.81º45.71%27.45%-
HSV(B)17.81º62.75%40%-
XYZ7.295.892.59-
YUV68.29110.91152.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.78%
GREEN value IS 57 (22.66% from 255) = 28.93%
BLUE value IS 38 (15.23% from 255) = 19.29%
R=51.78%
G=28.93%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102573800.440.630.617.8145.7127.45
Hex66392602C3F3C122e1b
Octal14671460547774225633
Binary110011011100110011001011001111111111001001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663926; }

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

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

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

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

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

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

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

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