#68392F

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

Shades of Mocha #68392F

Tints of Mocha #68392F

Color information

#68392F (or 0x68392F) is unknown color: approx Mocha. HEX triplet: 68, 39 and 2F. RGB value is (104,57,47). Sum of RGB (Red+Green+Blue) = 104+57+47=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #68392F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68392F is #97C6D0. Grayscale: #464646. Windows color (decimal): -9946833 or 3094888. OLE color: 3094888.

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

Color convert

RGB1045747-
CMYK00.450.550.59
HSL10.53º37.75%29.61%-
HSV(B)10.53º54.81%40.78%-
XYZ7.696.073.46-
YUV69.91115.07152.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50%
GREEN value IS 57 (22.66% from 255) = 27.40%
BLUE value IS 47 (18.75% from 255) = 22.60%
R=50%
G=27.40%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104574700.450.550.5910.5337.7529.61
Hex68392F02D373Bb261e
Octal15071570556773134636
Binary11010001110011011110101101110111111011101110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68392F; }

 p { color: rgb(104,57,47); }

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

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

 a { background-color: rgb(104,57,47); }

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

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

 span { border-color: rgb(104,57,47); }

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