#69372D

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

Shades of Mocha #69372D

Tints of Mocha #69372D

Color information

#69372D (or 0x69372D) is unknown color: approx Mocha. HEX triplet: 69, 37 and 2D. RGB value is (105,55,45). Sum of RGB (Red+Green+Blue) = 105+55+45=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #69372D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69372D is #96C8D2. Grayscale: #444444. Windows color (decimal): -9881811 or 2963305. OLE color: 2963305.

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

Color convert

RGB1055545-
CMYK00.480.570.59
HSL10º40%29.41%-
HSV(B)10º57.14%41.18%-
XYZ7.675.933.22-
YUV68.81114.56153.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.22%
GREEN value IS 55 (21.88% from 255) = 26.83%
BLUE value IS 45 (17.97% from 255) = 21.95%
R=51.22%
G=26.83%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105554500.480.570.59104029.41
Hex69372D030393Ba281d
Octal15167550607173125035
Binary11010011101111011010110000111001111011101010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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