#693821

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

Shades of New Amber #693821

Tints of New Amber #693821

Color information

#693821 (or 0x693821) is unknown color: approx New Amber. HEX triplet: 69, 38 and 21. RGB value is (105,56,33). Sum of RGB (Red+Green+Blue) = 105+56+33=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #693821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693821 is #96C7DE. Grayscale: #444444. Windows color (decimal): -9881567 or 2177129. OLE color: 2177129.

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

Color convert

RGB1055633-
CMYK00.470.690.59
HSL19.17º52.17%27.06%-
HSV(B)19.17º68.57%41.18%-
XYZ7.515.942.19-
YUV68.03108.23154.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.12%
GREEN value IS 56 (22.27% from 255) = 28.87%
BLUE value IS 33 (13.28% from 255) = 17.01%
R=54.12%
G=28.87%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105563300.470.690.5919.1752.1727.06
Hex69382102F453B13341b
Octal151704105710573236433
Binary1101001111000100001010111110001011110111001111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693821; }

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

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

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

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

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

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

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

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