#6A382D

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

Shades of Mocha #6A382D

Tints of Mocha #6A382D

Color information

#6A382D (or 0x6A382D) is unknown color: approx Mocha. HEX triplet: 6A, 38 and 2D. RGB value is (106,56,45). Sum of RGB (Red+Green+Blue) = 106+56+45=207 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.21% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 106 - color contains mainly: red. Hex color #6A382D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A382D is #95C7D2. Grayscale: #454545. Windows color (decimal): -9816019 or 2963562. OLE color: 2963562.

HSL color Cylindrical-coordinate representation of color #6A382D: hue angle of 10.82º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A382D is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB1065645-
CMYK00.470.580.58
HSL10.82º40.4%29.61%-
HSV(B)10.82º57.55%41.57%-
XYZ7.836.083.24-
YUV69.7114.06153.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 51.21%
GREEN value IS 56 (22.27% from 255) = 27.05%
BLUE value IS 45 (17.97% from 255) = 21.74%
R=51.21%
G=27.05%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106564500.470.580.5810.8240.429.61
Hex6A382D02F3A3Ab281e
Octal15270550577272135036
Binary11010101110001011010101111111010111010101110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,56,45); }

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

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

 a { background-color: rgb(106,56,45); }

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

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

 span { border-color: rgb(106,56,45); }

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