#693E21

Color #693E21 Semi-Sweet Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Semi-Sweet Chocolate #693E21

Tints of Semi-Sweet Chocolate #693E21

Color information

#693E21 (or 0x693E21) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 69, 3E and 21. RGB value is (105,62,33). Sum of RGB (Red+Green+Blue) = 105+62+33=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 62 (24.61% from 255 or 31% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #693E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693E21 is #96C1DE. Grayscale: #474747. Windows color (decimal): -9880031 or 2178665. OLE color: 2178665.

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

Color convert

RGB1056233-
CMYK00.410.690.59
HSL24.17º52.17%27.06%-
HSV(B)24.17º68.57%41.18%-
XYZ7.826.562.29-
YUV71.55106.25151.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.5%
GREEN value IS 62 (24.61% from 255) = 31%
BLUE value IS 33 (13.28% from 255) = 16.5%
R=52.5%
G=31%
B=16.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105623300.410.690.5924.1752.1727.06
Hex693E21029453B18341b
Octal151764105110573306433
Binary1101001111110100001010100110001011110111100011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693E21; }

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

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

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

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

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

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

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

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