#693419

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

Shades of New Amber #693419

Tints of New Amber #693419

Color information

#693419 (or 0x693419) is unknown color: approx New Amber. HEX triplet: 69, 34 and 19. RGB value is (105,52,25). Sum of RGB (Red+Green+Blue) = 105+52+25=182 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.69% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 105 - color contains mainly: red. Hex color #693419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693419 is #96CBE6. Grayscale: #404040. Windows color (decimal): -9882599 or 1651817. OLE color: 1651817.

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

Color convert

RGB1055225-
CMYK00.500.760.59
HSL20.25º61.54%25.49%-
HSV(B)20.25º76.19%41.18%-
XYZ7.235.531.61-
YUV64.77105.56156.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.69%
GREEN value IS 52 (20.70% from 255) = 28.57%
BLUE value IS 25 (10.16% from 255) = 13.74%
R=57.69%
G=28.57%
B=13.74%

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
Decimal105522500.500.760.5920.2561.5425.49
Hex6934190324C3B143e19
Octal151643106211473247631
Binary110100111010011001011001010011001110111010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693419; }

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

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

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

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

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

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

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

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