#693619

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

Shades of New Amber #693619

Tints of New Amber #693619

Color information

#693619 (or 0x693619) is unknown color: approx New Amber. HEX triplet: 69, 36 and 19. RGB value is (105,54,25). Sum of RGB (Red+Green+Blue) = 105+54+25=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #693619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693619 is #96C9E6. Grayscale: #424242. Windows color (decimal): -9882087 or 1652329. OLE color: 1652329.

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

Color convert

RGB1055425-
CMYK00.490.760.59
HSL21.75º61.54%25.49%-
HSV(B)21.75º76.19%41.18%-
XYZ7.325.711.64-
YUV65.94104.9155.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.07%
GREEN value IS 54 (21.48% from 255) = 29.35%
BLUE value IS 25 (10.16% from 255) = 13.59%
R=57.07%
G=29.35%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105542500.490.760.5921.7561.5425.49
Hex6936190314C3B163e19
Octal151663106111473267631
Binary110100111011011001011000110011001110111011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693619; }

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

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

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

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

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

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

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

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