#683930

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

Shades of Mocha #683930

Tints of Mocha #683930

Color information

#683930 (or 0x683930) is unknown color: approx Mocha. HEX triplet: 68, 39 and 30. RGB value is (104,57,48). Sum of RGB (Red+Green+Blue) = 104+57+48=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #683930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683930 is #97C6CF. Grayscale: #464646. Windows color (decimal): -9946832 or 3160424. OLE color: 3160424.

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

Color convert

RGB1045748-
CMYK00.450.540.59
HSL9.64º36.84%29.8%-
HSV(B)9.64º53.85%40.78%-
XYZ7.716.083.56-
YUV70.03115.57152.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.76%
GREEN value IS 57 (22.66% from 255) = 27.27%
BLUE value IS 48 (19.14% from 255) = 22.97%
R=49.76%
G=27.27%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104574800.450.540.599.6436.8429.8
Hex68393002D363Ba251e
Octal15071600556673124536
Binary11010001110011100000101101110110111011101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683930; }

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

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

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

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

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

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

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

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