#663825

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

Shades of New Amber #663825

Tints of New Amber #663825

Color information

#663825 (or 0x663825) is unknown color: approx New Amber. HEX triplet: 66, 38 and 25. RGB value is (102,56,37). Sum of RGB (Red+Green+Blue) = 102+56+37=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #663825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663825 is #99C7DA. Grayscale: #434343. Windows color (decimal): -10078171 or 2439270. OLE color: 2439270.

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

Color convert

RGB1025637-
CMYK00.450.640.6
HSL17.54º46.76%27.25%-
HSV(B)17.54º63.73%40%-
XYZ7.235.792.49-
YUV67.59110.74152.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.31%
GREEN value IS 56 (22.27% from 255) = 28.72%
BLUE value IS 37 (14.84% from 255) = 18.97%
R=52.31%
G=28.72%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102563700.450.640.617.5446.7627.25
Hex66382502D403C122f1b
Octal146704505510074225733
Binary1100110111000100101010110110000001111001001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663825; }

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

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

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

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

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

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

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

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