#6D382A

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

Shades of Mocha #6D382A

Tints of Mocha #6D382A

Color information

#6D382A (or 0x6D382A) is unknown color: approx Mocha. HEX triplet: 6D, 38 and 2A. RGB value is (109,56,42). Sum of RGB (Red+Green+Blue) = 109+56+42=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D382A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D382A is #92C7D5. Grayscale: #464646. Windows color (decimal): -9619414 or 2766957. OLE color: 2766957.

HSL color Cylindrical-coordinate representation of color #6D382A: hue angle of 12.54º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D382A is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB1095642-
CMYK00.490.610.57
HSL12.54º44.37%29.61%-
HSV(B)12.54º61.47%42.75%-
XYZ8.146.252.97-
YUV70.25112.06155.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 52.66%
GREEN value IS 56 (22.27% from 255) = 27.05%
BLUE value IS 42 (16.80% from 255) = 20.29%
R=52.66%
G=27.05%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109564200.490.610.5712.5444.3729.61
Hex6D382A0313D39d2c1e
Octal15570520617571155436
Binary11011011110001010100110001111101111001110110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D382A; }

 p { color: rgb(109,56,42); }

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

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

 a { background-color: rgb(109,56,42); }

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

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

 span { border-color: rgb(109,56,42); }

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