#693B29

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

Shades of New Amber #693B29

Tints of New Amber #693B29

Color information

#693B29 (or 0x693B29) is unknown color: approx New Amber. HEX triplet: 69, 3B and 29. RGB value is (105,59,41). Sum of RGB (Red+Green+Blue) = 105+59+41=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #693B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693B29 is #96C4D6. Grayscale: #464646. Windows color (decimal): -9880791 or 2702185. OLE color: 2702185.

HSL color Cylindrical-coordinate representation of color #693B29: hue angle of 16.88º 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 #693B29 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB1055941-
CMYK00.440.610.59
HSL16.88º43.84%28.63%-
HSV(B)16.88º60.95%41.18%-
XYZ7.796.292.9-
YUV70.7111.24152.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.22%
GREEN value IS 59 (23.44% from 255) = 28.78%
BLUE value IS 41 (16.41% from 255) = 20%
R=51.22%
G=28.78%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105594100.440.610.5916.8843.8428.63
Hex693B2902C3D3B112c1d
Octal15173510547573215435
Binary110100111101110100101011001111011110111000110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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