#693C20

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

Shades of New Amber #693C20

Tints of New Amber #693C20

Color information

#693C20 (or 0x693C20) is unknown color: approx New Amber. HEX triplet: 69, 3C and 20. RGB value is (105,60,32). Sum of RGB (Red+Green+Blue) = 105+60+32=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #693C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C20 is #96C3DF. Grayscale: #464646. Windows color (decimal): -9880544 or 2112617. OLE color: 2112617.

HSL color Cylindrical-coordinate representation of color #693C20: hue angle of 23.01º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #693C20 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB1056032-
CMYK00.430.700.59
HSL23.01º53.28%26.86%-
HSV(B)23.01º69.52%41.18%-
XYZ7.76.342.18-
YUV70.26106.41152.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.30%
GREEN value IS 60 (23.83% from 255) = 30.46%
BLUE value IS 32 (12.89% from 255) = 16.24%
R=53.30%
G=30.46%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105603200.430.700.5923.0153.2826.86
Hex693C2002B463B17351b
Octal151744005310673276533
Binary1101001111100100000010101110001101110111011111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693C20; }

 p { color: rgb(105,60,32); }

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

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

 a { background-color: rgb(105,60,32); }

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

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

 span { border-color: rgb(105,60,32); }

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