#693519

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

Shades of New Amber #693519

Tints of New Amber #693519

Color information

#693519 (or 0x693519) is unknown color: approx New Amber. HEX triplet: 69, 35 and 19. RGB value is (105,53,25). Sum of RGB (Red+Green+Blue) = 105+53+25=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #693519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693519 is #96CAE6. Grayscale: #414141. Windows color (decimal): -9882343 or 1652073. OLE color: 1652073.

HSL color Cylindrical-coordinate representation of color #693519: hue angle of 21º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #693519 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB1055325-
CMYK00.500.760.59
HSL21º61.54%25.49%-
HSV(B)21º76.19%41.18%-
XYZ7.275.621.62-
YUV65.36105.23156.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.38%
GREEN value IS 53 (21.09% from 255) = 28.96%
BLUE value IS 25 (10.16% from 255) = 13.66%
R=57.38%
G=28.96%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105532500.500.760.592161.5425.49
Hex6935190324C3B153e19
Octal151653106211473257631
Binary110100111010111001011001010011001110111010111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693519; }

 p { color: rgb(105,53,25); }

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

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

 a { background-color: rgb(105,53,25); }

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

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

 span { border-color: rgb(105,53,25); }

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