#6B362A

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

Shades of Mocha #6B362A

Tints of Mocha #6B362A

Color information

#6B362A (or 0x6B362A) is unknown color: approx Mocha. HEX triplet: 6B, 36 and 2A. RGB value is (107,54,42). Sum of RGB (Red+Green+Blue) = 107+54+42=203 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.71% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 107 - color contains mainly: red. Hex color #6B362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B362A is #94C9D5. Grayscale: #444444. Windows color (decimal): -9750998 or 2766443. OLE color: 2766443.

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

Color convert

RGB1075442-
CMYK00.500.610.58
HSL11.08º43.62%29.22%-
HSV(B)11.08º60.75%41.96%-
XYZ7.85.932.92-
YUV68.48113.06155.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.71%
GREEN value IS 54 (21.48% from 255) = 26.60%
BLUE value IS 42 (16.80% from 255) = 20.69%
R=52.71%
G=26.60%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107544200.500.610.5811.0843.6229.22
Hex6B362A0323D3Ab2c1d
Octal15366520627572135435
Binary11010111101101010100110010111101111010101110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,54,42); }

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

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

 a { background-color: rgb(107,54,42); }

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

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

 span { border-color: rgb(107,54,42); }

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