#693E27

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

Shades of New Amber #693E27

Tints of New Amber #693E27

Color information

#693E27 (or 0x693E27) is unknown color: approx New Amber. HEX triplet: 69, 3E and 27. RGB value is (105,62,39). Sum of RGB (Red+Green+Blue) = 105+62+39=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #693E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693E27 is #96C1D8. Grayscale: #484848. Windows color (decimal): -9880025 or 2571881. OLE color: 2571881.

HSL color Cylindrical-coordinate representation of color #693E27: hue angle of 20.91º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #693E27 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB1056239-
CMYK00.410.630.59
HSL20.91º45.83%28.24%-
HSV(B)20.91º62.86%41.18%-
XYZ7.916.592.78-
YUV72.24109.25151.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.97%
GREEN value IS 62 (24.61% from 255) = 30.10%
BLUE value IS 39 (15.62% from 255) = 18.93%
R=50.97%
G=30.10%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105623900.410.630.5920.9145.8328.24
Hex693E270293F3B152e1c
Octal15176470517773255634
Binary110100111111010011101010011111111110111010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,62,39); }

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

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

 a { background-color: rgb(105,62,39); }

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

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

 span { border-color: rgb(105,62,39); }

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