#69372B

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

Shades of Mocha #69372B

Tints of Mocha #69372B

Color information

#69372B (or 0x69372B) is unknown color: approx Mocha. HEX triplet: 69, 37 and 2B. RGB value is (105,55,43). Sum of RGB (Red+Green+Blue) = 105+55+43=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #69372B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69372B is #96C8D4. Grayscale: #444444. Windows color (decimal): -9881813 or 2832233. OLE color: 2832233.

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

Color convert

RGB1055543-
CMYK00.480.590.59
HSL11.61º41.89%29.02%-
HSV(B)11.61º59.05%41.18%-
XYZ7.635.913.02-
YUV68.58113.56153.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.72%
GREEN value IS 55 (21.88% from 255) = 27.09%
BLUE value IS 43 (17.19% from 255) = 21.18%
R=51.72%
G=27.09%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105554300.480.590.5911.6141.8929.02
Hex69372B0303B3Bc2a1d
Octal15167530607373145235
Binary11010011101111010110110000111011111011110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69372B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69372B; }

 p { color: rgb(105,55,43); }

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

<style>
 a { background-color: #69372B; }

 a { background-color: rgb(105,55,43); }

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

<style>
 span { border-color: #69372B; }

 span { border-color: rgb(105,55,43); }

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