#69372E

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

Shades of Mocha #69372E

Tints of Mocha #69372E

Color information

#69372E (or 0x69372E) is unknown color: approx Mocha. HEX triplet: 69, 37 and 2E. RGB value is (105,55,46). Sum of RGB (Red+Green+Blue) = 105+55+46=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #69372E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69372E is #96C8D1. Grayscale: #454545. Windows color (decimal): -9881810 or 3028841. OLE color: 3028841.

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

Color convert

RGB1055546-
CMYK00.480.560.59
HSL9.15º39.07%29.61%-
HSV(B)9.15º56.19%41.18%-
XYZ7.695.933.32-
YUV68.92115.06153.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.97%
GREEN value IS 55 (21.88% from 255) = 26.70%
BLUE value IS 46 (18.36% from 255) = 22.33%
R=50.97%
G=26.70%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105554600.480.560.599.1539.0729.61
Hex69372E030383B9271e
Octal15167560607073114736
Binary11010011101111011100110000111000111011100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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