#68362E

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

Shades of Mocha #68362E

Tints of Mocha #68362E

Color information

#68362E (or 0x68362E) is unknown color: approx Mocha. HEX triplet: 68, 36 and 2E. RGB value is (104,54,46). Sum of RGB (Red+Green+Blue) = 104+54+46=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #68362E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68362E is #97C9D1. Grayscale: #444444. Windows color (decimal): -9947602 or 3028584. OLE color: 3028584.

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

Color convert

RGB1045446-
CMYK00.480.560.59
HSL8.28º38.67%29.41%-
HSV(B)8.28º55.77%40.78%-
XYZ7.525.783.3-
YUV68.04115.56153.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.98%
GREEN value IS 54 (21.48% from 255) = 26.47%
BLUE value IS 46 (18.36% from 255) = 22.55%
R=50.98%
G=26.47%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104544600.480.560.598.2838.6729.41
Hex68362E030383B8271d
Octal15066560607073104735
Binary11010001101101011100110000111000111011100010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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