#6A382C

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

Shades of Mocha #6A382C

Tints of Mocha #6A382C

Color information

#6A382C (or 0x6A382C) is unknown color: approx Mocha. HEX triplet: 6A, 38 and 2C. RGB value is (106,56,44). Sum of RGB (Red+Green+Blue) = 106+56+44=206 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.46% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 106 - color contains mainly: red. Hex color #6A382C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A382C is #95C7D3. Grayscale: #454545. Windows color (decimal): -9816020 or 2898026. OLE color: 2898026.

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

Color convert

RGB1065644-
CMYK00.470.580.58
HSL11.61º41.33%29.41%-
HSV(B)11.61º58.49%41.57%-
XYZ7.816.073.14-
YUV69.58113.56153.98-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 51.46%
GREEN value IS 56 (22.27% from 255) = 27.18%
BLUE value IS 44 (17.58% from 255) = 21.36%
R=51.46%
G=27.18%
B=21.36%

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
Decimal106564400.470.580.5811.6141.3329.41
Hex6A382C02F3A3Ac291d
Octal15270540577272145135
Binary11010101110001011000101111111010111010110010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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