#693F2A

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

Shades of Semi-Sweet Chocolate #693F2A

Tints of Semi-Sweet Chocolate #693F2A

Color information

#693F2A (or 0x693F2A) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 69, 3F and 2A. RGB value is (105,63,42). Sum of RGB (Red+Green+Blue) = 105+63+42=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #693F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F2A is #96C0D5. Grayscale: #494949. Windows color (decimal): -9879766 or 2768745. OLE color: 2768745.

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

Color convert

RGB1056342-
CMYK00.40.60.59
HSL20º42.86%28.82%-
HSV(B)20º60%41.18%-
XYZ8.026.733.07-
YUV73.16110.41150.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50%
GREEN value IS 63 (25% from 255) = 30%
BLUE value IS 42 (16.80% from 255) = 20%
R=50%
G=30%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105634200.40.60.592042.8628.82
Hex693F2A0283C3B142b1d
Octal15177520507473245335
Binary110100111111110101001010001111001110111010010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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