#6A3A2C

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

Shades of Mocha #6A3A2C

Tints of Mocha #6A3A2C

Color information

#6A3A2C (or 0x6A3A2C) is unknown color: approx Mocha. HEX triplet: 6A, 3A and 2C. RGB value is (106,58,44). Sum of RGB (Red+Green+Blue) = 106+58+44=208 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.96% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3A2C is #95C5D3. Grayscale: #464646. Windows color (decimal): -9815508 or 2898538. OLE color: 2898538.

HSL color Cylindrical-coordinate representation of color #6A3A2C: hue angle of 13.55º 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 #6A3A2C is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB1065844-
CMYK00.450.580.58
HSL13.55º41.33%29.41%-
HSV(B)13.55º58.49%41.57%-
XYZ7.916.273.18-
YUV70.76112.9153.14-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 50.96%
GREEN value IS 58 (23.05% from 255) = 27.88%
BLUE value IS 44 (17.58% from 255) = 21.15%
R=50.96%
G=27.88%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106584400.450.580.5813.5541.3329.41
Hex6A3A2C02D3A3Ae291d
Octal15272540557272165135
Binary11010101110101011000101101111010111010111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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