#693A2E

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

Shades of Mocha #693A2E

Tints of Mocha #693A2E

Color information

#693A2E (or 0x693A2E) is unknown color: approx Mocha. HEX triplet: 69, 3A and 2E. RGB value is (105,58,46). Sum of RGB (Red+Green+Blue) = 105+58+46=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #693A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693A2E is #96C5D1. Grayscale: #464646. Windows color (decimal): -9881042 or 3029609. OLE color: 3029609.

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

Color convert

RGB1055846-
CMYK00.450.560.59
HSL12.2º39.07%29.61%-
HSV(B)12.2º56.19%41.18%-
XYZ7.836.233.37-
YUV70.68114.07152.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.24%
GREEN value IS 58 (23.05% from 255) = 27.75%
BLUE value IS 46 (18.36% from 255) = 22.01%
R=50.24%
G=27.75%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105584600.450.560.5912.239.0729.61
Hex693A2E02D383Bc271e
Octal15172560557073144736
Binary11010011110101011100101101111000111011110010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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