#663923

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

Shades of New Amber #663923

Tints of New Amber #663923

Color information

#663923 (or 0x663923) is unknown color: approx New Amber. HEX triplet: 66, 39 and 23. RGB value is (102,57,35). Sum of RGB (Red+Green+Blue) = 102+57+35=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 35 (14.06% from 255 or 18.04% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #663923 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663923 is #99C6DC. Grayscale: #444444. Windows color (decimal): -10077917 or 2308454. OLE color: 2308454.

HSL color Cylindrical-coordinate representation of color #663923: hue angle of 19.7º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #663923 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.6.

Color convert

RGB1025735-
CMYK00.440.660.6
HSL19.7º48.91%26.86%-
HSV(B)19.7º65.69%40%-
XYZ7.255.872.34-
YUV67.95109.41152.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.58%
GREEN value IS 57 (22.66% from 255) = 29.38%
BLUE value IS 35 (14.06% from 255) = 18.04%
R=52.58%
G=29.38%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102573500.440.660.619.748.9126.86
Hex66392302C423C14311b
Octal146714305410274246133
Binary1100110111001100011010110010000101111001010011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663923; }

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

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

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

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

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

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

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

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