#69372C

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

Shades of Mocha #69372C

Tints of Mocha #69372C

Color information

#69372C (or 0x69372C) is unknown color: approx Mocha. HEX triplet: 69, 37 and 2C. RGB value is (105,55,44). Sum of RGB (Red+Green+Blue) = 105+55+44=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #69372C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69372C is #96C8D3. Grayscale: #444444. Windows color (decimal): -9881812 or 2897769. OLE color: 2897769.

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

Color convert

RGB1055544-
CMYK00.480.580.59
HSL10.82º40.94%29.22%-
HSV(B)10.82º58.1%41.18%-
XYZ7.655.923.12-
YUV68.7114.06153.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.47%
GREEN value IS 55 (21.88% from 255) = 26.96%
BLUE value IS 44 (17.58% from 255) = 21.57%
R=51.47%
G=26.96%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105554400.480.580.5910.8240.9429.22
Hex69372C0303A3Bb291d
Octal15167540607273135135
Binary11010011101111011000110000111010111011101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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