#69392E

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

Shades of Mocha #69392E

Tints of Mocha #69392E

Color information

#69392E (or 0x69392E) is unknown color: approx Mocha. HEX triplet: 69, 39 and 2E. RGB value is (105,57,46). Sum of RGB (Red+Green+Blue) = 105+57+46=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #69392E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69392E is #96C6D1. Grayscale: #464646. Windows color (decimal): -9881298 or 3029353. OLE color: 3029353.

HSL color Cylindrical-coordinate representation of color #69392E: hue angle of 11.19º 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 #69392E is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB1055746-
CMYK00.460.560.59
HSL11.19º39.07%29.61%-
HSV(B)11.19º56.19%41.18%-
XYZ7.786.133.36-
YUV70.1114.4152.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.48%
GREEN value IS 57 (22.66% from 255) = 27.40%
BLUE value IS 46 (18.36% from 255) = 22.12%
R=50.48%
G=27.40%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105574600.460.560.5911.1939.0729.61
Hex69392E02E383Bb271e
Octal15171560567073134736
Binary11010011110011011100101110111000111011101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69392E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69392E; }

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

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

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

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

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

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

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

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