#693421

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

Shades of New Amber #693421

Tints of New Amber #693421

Color information

#693421 (or 0x693421) is unknown color: approx New Amber. HEX triplet: 69, 34 and 21. RGB value is (105,52,33). Sum of RGB (Red+Green+Blue) = 105+52+33=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #693421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693421 is #96CBDE. Grayscale: #414141. Windows color (decimal): -9882591 or 2176105. OLE color: 2176105.

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

Color convert

RGB1055233-
CMYK00.500.690.59
HSL15.83º52.17%27.06%-
HSV(B)15.83º68.57%41.18%-
XYZ7.335.572.13-
YUV65.68109.56156.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.26%
GREEN value IS 52 (20.70% from 255) = 27.37%
BLUE value IS 33 (13.28% from 255) = 17.37%
R=55.26%
G=27.37%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105523300.500.690.5915.8352.1727.06
Hex693421032453B10341b
Octal151644106210573206433
Binary1101001110100100001011001010001011110111000011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693421; }

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

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

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

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

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

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

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

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