#693830

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

Shades of Mocha #693830

Tints of Mocha #693830

Color information

#693830 (or 0x693830) is unknown color: approx Mocha. HEX triplet: 69, 38 and 30. RGB value is (105,56,48). Sum of RGB (Red+Green+Blue) = 105+56+48=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #693830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693830 is #96C7CF. Grayscale: #454545. Windows color (decimal): -9881552 or 3160169. OLE color: 3160169.

HSL color Cylindrical-coordinate representation of color #693830: hue angle of 8.42º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #693830 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB1055648-
CMYK00.470.540.59
HSL8.42º37.25%30%-
HSV(B)8.42º54.29%41.18%-
XYZ7.776.053.55-
YUV69.74115.73153.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.24%
GREEN value IS 56 (22.27% from 255) = 26.79%
BLUE value IS 48 (19.14% from 255) = 22.97%
R=50.24%
G=26.79%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105564800.470.540.598.4237.2530
Hex69383002F363B8251e
Octal15170600576673104536
Binary11010011110001100000101111110110111011100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693830; }

 p { color: rgb(105,56,48); }

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

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

 a { background-color: rgb(105,56,48); }

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

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

 span { border-color: rgb(105,56,48); }

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