#693721

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

Shades of New Amber #693721

Tints of New Amber #693721

Color information

#693721 (or 0x693721) is unknown color: approx New Amber. HEX triplet: 69, 37 and 21. RGB value is (105,55,33). Sum of RGB (Red+Green+Blue) = 105+55+33=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #693721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693721 is #96C8DE. Grayscale: #434343. Windows color (decimal): -9881823 or 2176873. OLE color: 2176873.

HSL color Cylindrical-coordinate representation of color #693721: hue angle of 18.33º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #693721 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB1055533-
CMYK00.480.690.59
HSL18.33º52.17%27.06%-
HSV(B)18.33º68.57%41.18%-
XYZ7.475.852.17-
YUV67.44108.56154.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.40%
GREEN value IS 55 (21.88% from 255) = 28.50%
BLUE value IS 33 (13.28% from 255) = 17.10%
R=54.40%
G=28.50%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105553300.480.690.5918.3352.1727.06
Hex693721030453B12341b
Octal151674106010573226433
Binary1101001110111100001011000010001011110111001011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693721; }

 p { color: rgb(105,55,33); }

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

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

 a { background-color: rgb(105,55,33); }

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

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

 span { border-color: rgb(105,55,33); }

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