#693E22

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

Shades of Semi-Sweet Chocolate #693E22

Tints of Semi-Sweet Chocolate #693E22

Color information

#693E22 (or 0x693E22) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 69, 3E and 22. RGB value is (105,62,34). Sum of RGB (Red+Green+Blue) = 105+62+34=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 34 (13.67% from 255 or 16.92% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #693E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693E22 is #96C1DD. Grayscale: #474747. Windows color (decimal): -9880030 or 2244201. OLE color: 2244201.

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

Color convert

RGB1056234-
CMYK00.410.680.59
HSL23.66º51.08%27.25%-
HSV(B)23.66º67.62%41.18%-
XYZ7.846.562.37-
YUV71.67106.75151.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.24%
GREEN value IS 62 (24.61% from 255) = 30.85%
BLUE value IS 34 (13.67% from 255) = 16.92%
R=52.24%
G=30.85%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105623400.410.680.5923.6651.0827.25
Hex693E22029443B18331b
Octal151764205110473306333
Binary1101001111110100010010100110001001110111100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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