#693F27

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

Shades of Semi-Sweet Chocolate #693F27

Tints of Semi-Sweet Chocolate #693F27

Color information

#693F27 (or 0x693F27) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 69, 3F and 27. RGB value is (105,63,39). Sum of RGB (Red+Green+Blue) = 105+63+39=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #693F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F27 is #96C0D8. Grayscale: #484848. Windows color (decimal): -9879769 or 2572137. OLE color: 2572137.

HSL color Cylindrical-coordinate representation of color #693F27: hue angle of 21.82º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #693F27 is Cyan = 0, Magento = 0.4, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB1056339-
CMYK00.40.630.59
HSL21.82º45.83%28.24%-
HSV(B)21.82º62.86%41.18%-
XYZ7.976.72.79-
YUV72.82108.91150.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.72%
GREEN value IS 63 (25% from 255) = 30.43%
BLUE value IS 39 (15.62% from 255) = 18.84%
R=50.72%
G=30.43%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105633900.40.630.5921.8245.8328.24
Hex693F270283F3B162e1c
Octal15177470507773265634
Binary110100111111110011101010001111111110111011010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,63,39); }

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

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

 a { background-color: rgb(105,63,39); }

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

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

 span { border-color: rgb(105,63,39); }

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