#693F29

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

Shades of Semi-Sweet Chocolate #693F29

Tints of Semi-Sweet Chocolate #693F29

Color information

#693F29 (or 0x693F29) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 69, 3F and 29. RGB value is (105,63,41). Sum of RGB (Red+Green+Blue) = 105+63+41=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #693F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F29 is #96C0D6. Grayscale: #494949. Windows color (decimal): -9879767 or 2703209. OLE color: 2703209.

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

Color convert

RGB1056341-
CMYK00.40.610.59
HSL20.62º43.84%28.63%-
HSV(B)20.62º60.95%41.18%-
XYZ86.722.97-
YUV73.05109.91150.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.24%
GREEN value IS 63 (25% from 255) = 30.14%
BLUE value IS 41 (16.41% from 255) = 19.62%
R=50.24%
G=30.14%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105634100.40.610.5920.6243.8428.63
Hex693F290283D3B152c1d
Octal15177510507573255435
Binary110100111111110100101010001111011110111010110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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