#68382F

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

Shades of Mocha #68382F

Tints of Mocha #68382F

Color information

#68382F (or 0x68382F) is unknown color: approx Mocha. HEX triplet: 68, 38 and 2F. RGB value is (104,56,47). Sum of RGB (Red+Green+Blue) = 104+56+47=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #68382F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68382F is #97C7D0. Grayscale: #454545. Windows color (decimal): -9947089 or 3094632. OLE color: 3094632.

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

Color convert

RGB1045647-
CMYK00.460.550.59
HSL9.47º37.75%29.61%-
HSV(B)9.47º54.81%40.78%-
XYZ7.645.983.44-
YUV69.33115.4152.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.24%
GREEN value IS 56 (22.27% from 255) = 27.05%
BLUE value IS 47 (18.75% from 255) = 22.71%
R=50.24%
G=27.05%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104564700.460.550.599.4737.7529.61
Hex68382F02E373B9261e
Octal15070570566773114636
Binary11010001110001011110101110110111111011100110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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