#69352D

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

Shades of Mocha #69352D

Tints of Mocha #69352D

Color information

#69352D (or 0x69352D) is unknown color: approx Mocha. HEX triplet: 69, 35 and 2D. RGB value is (105,53,45). Sum of RGB (Red+Green+Blue) = 105+53+45=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #69352D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69352D is #96CAD2. Grayscale: #434343. Windows color (decimal): -9882323 or 2962793. OLE color: 2962793.

HSL color Cylindrical-coordinate representation of color #69352D: hue angle of 8º 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 #69352D is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB1055345-
CMYK00.500.570.59
HSL40%29.41%-
HSV(B)57.14%41.18%-
XYZ7.575.743.19-
YUV67.64115.23154.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.72%
GREEN value IS 53 (21.09% from 255) = 26.11%
BLUE value IS 45 (17.97% from 255) = 22.17%
R=51.72%
G=26.11%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105534500.500.570.5984029.41
Hex69352D032393B8281d
Octal15165550627173105035
Binary11010011101011011010110010111001111011100010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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