#683730

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

Shades of Mocha #683730

Tints of Mocha #683730

Color information

#683730 (or 0x683730) is unknown color: approx Mocha. HEX triplet: 68, 37 and 30. RGB value is (104,55,48). Sum of RGB (Red+Green+Blue) = 104+55+48=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #683730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683730 is #97C8CF. Grayscale: #444444. Windows color (decimal): -9947344 or 3159912. OLE color: 3159912.

HSL color Cylindrical-coordinate representation of color #683730: hue angle of 7.5º 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 #683730 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB1045548-
CMYK00.470.540.59
HSL7.5º36.84%29.8%-
HSV(B)7.5º53.85%40.78%-
XYZ7.615.893.53-
YUV68.85116.23153.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.24%
GREEN value IS 55 (21.88% from 255) = 26.57%
BLUE value IS 48 (19.14% from 255) = 23.19%
R=50.24%
G=26.57%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104554800.470.540.597.536.8429.8
Hex68373002F363B8251e
Octal15067600576673104536
Binary11010001101111100000101111110110111011100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683730; }

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

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

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

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

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

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

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

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