#693C29

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

Shades of New Amber #693C29

Tints of New Amber #693C29

Color information

#693C29 (or 0x693C29) is unknown color: approx New Amber. HEX triplet: 69, 3C and 29. RGB value is (105,60,41). Sum of RGB (Red+Green+Blue) = 105+60+41=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #693C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C29 is #96C3D6. Grayscale: #474747. Windows color (decimal): -9880535 or 2702441. OLE color: 2702441.

HSL color Cylindrical-coordinate representation of color #693C29: hue angle of 17.81º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #693C29 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB1056041-
CMYK00.430.610.59
HSL17.81º43.84%28.63%-
HSV(B)17.81º60.95%41.18%-
XYZ7.846.42.92-
YUV71.29110.91152.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.97%
GREEN value IS 60 (23.83% from 255) = 29.13%
BLUE value IS 41 (16.41% from 255) = 19.90%
R=50.97%
G=29.13%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105604100.430.610.5917.8143.8428.63
Hex693C2902B3D3B122c1d
Octal15174510537573225435
Binary110100111110010100101010111111011110111001010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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