#68372E

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

Shades of Mocha #68372E

Tints of Mocha #68372E

Color information

#68372E (or 0x68372E) is unknown color: approx Mocha. HEX triplet: 68, 37 and 2E. RGB value is (104,55,46). Sum of RGB (Red+Green+Blue) = 104+55+46=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #68372E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68372E is #97C8D1. Grayscale: #444444. Windows color (decimal): -9947346 or 3028840. OLE color: 3028840.

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

Color convert

RGB1045546-
CMYK00.470.560.59
HSL9.31º38.67%29.41%-
HSV(B)9.31º55.77%40.78%-
XYZ7.575.873.32-
YUV68.62115.23153.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.73%
GREEN value IS 55 (21.88% from 255) = 26.83%
BLUE value IS 46 (18.36% from 255) = 22.44%
R=50.73%
G=26.83%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104554600.470.560.599.3138.6729.41
Hex68372E02F383B9271d
Octal15067560577073114735
Binary11010001101111011100101111111000111011100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,55,46); }

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

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

 a { background-color: rgb(104,55,46); }

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

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

 span { border-color: rgb(104,55,46); }

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