#68362D

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

Shades of Mocha #68362D

Tints of Mocha #68362D

Color information

#68362D (or 0x68362D) is unknown color: approx Mocha. HEX triplet: 68, 36 and 2D. RGB value is (104,54,45). Sum of RGB (Red+Green+Blue) = 104+54+45=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #68362D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68362D is #97C9D2. Grayscale: #444444. Windows color (decimal): -9947603 or 2963048. OLE color: 2963048.

HSL color Cylindrical-coordinate representation of color #68362D: hue angle of 9.15º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68362D is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB1045445-
CMYK00.480.570.59
HSL9.15º39.6%29.22%-
HSV(B)9.15º56.73%40.78%-
XYZ7.55.773.2-
YUV67.92115.06153.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.23%
GREEN value IS 54 (21.48% from 255) = 26.60%
BLUE value IS 45 (17.97% from 255) = 22.17%
R=51.23%
G=26.60%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104544500.480.570.599.1539.629.22
Hex68362D030393B9281d
Octal15066550607173115035
Binary11010001101101011010110000111001111011100110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68362D; }

 p { color: rgb(104,54,45); }

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

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

 a { background-color: rgb(104,54,45); }

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

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

 span { border-color: rgb(104,54,45); }

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