#6A362D

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

Shades of Mocha #6A362D

Tints of Mocha #6A362D

Color information

#6A362D (or 0x6A362D) is unknown color: approx Mocha. HEX triplet: 6A, 36 and 2D. RGB value is (106,54,45). Sum of RGB (Red+Green+Blue) = 106+54+45=205 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.71% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 106 - color contains mainly: red. Hex color #6A362D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A362D is #95C9D2. Grayscale: #444444. Windows color (decimal): -9816531 or 2963050. OLE color: 2963050.

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

Color convert

RGB1065445-
CMYK00.490.580.58
HSL8.85º40.4%29.61%-
HSV(B)8.85º57.55%41.57%-
XYZ7.745.893.21-
YUV68.52114.73154.73-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 51.71%
GREEN value IS 54 (21.48% from 255) = 26.34%
BLUE value IS 45 (17.97% from 255) = 21.95%
R=51.71%
G=26.34%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106544500.490.580.588.8540.429.61
Hex6A362D0313A3A9281e
Octal15266550617272115036
Binary11010101101101011010110001111010111010100110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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