#693A2D

Color #693A2D Mocha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mocha #693A2D

Tints of Mocha #693A2D

Color information

#693A2D (or 0x693A2D) is unknown color: approx Mocha. HEX triplet: 69, 3A and 2D. RGB value is (105,58,45). Sum of RGB (Red+Green+Blue) = 105+58+45=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #693A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693A2D is #96C5D2. Grayscale: #464646. Windows color (decimal): -9881043 or 2964073. OLE color: 2964073.

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

Color convert

RGB1055845-
CMYK00.450.570.59
HSL13º40%29.41%-
HSV(B)13º57.14%41.18%-
XYZ7.816.223.27-
YUV70.57113.57152.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.48%
GREEN value IS 58 (23.05% from 255) = 27.88%
BLUE value IS 45 (17.97% from 255) = 21.63%
R=50.48%
G=27.88%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105584500.450.570.59134029.41
Hex693A2D02D393Bd281d
Octal15172550557173155035
Binary11010011110101011010101101111001111011110110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,58,45); }

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

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

 a { background-color: rgb(105,58,45); }

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

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

 span { border-color: rgb(105,58,45); }

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