#693927

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

Shades of New Amber #693927

Tints of New Amber #693927

Color information

#693927 (or 0x693927) is unknown color: approx New Amber. HEX triplet: 69, 39 and 27. RGB value is (105,57,39). Sum of RGB (Red+Green+Blue) = 105+57+39=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #693927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693927 is #96C6D8. Grayscale: #454545. Windows color (decimal): -9881305 or 2570601. OLE color: 2570601.

HSL color Cylindrical-coordinate representation of color #693927: hue angle of 16.36º 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 #693927 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB1055739-
CMYK00.460.630.59
HSL16.36º45.83%28.24%-
HSV(B)16.36º62.86%41.18%-
XYZ7.666.082.69-
YUV69.3110.9153.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.24%
GREEN value IS 57 (22.66% from 255) = 28.36%
BLUE value IS 39 (15.62% from 255) = 19.40%
R=52.24%
G=28.36%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105573900.460.630.5916.3645.8328.24
Hex69392702E3F3B102e1c
Octal15171470567773205634
Binary110100111100110011101011101111111110111000010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693927; }

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

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

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

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

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

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

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

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