#69362D

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

Shades of Mocha #69362D

Tints of Mocha #69362D

Color information

#69362D (or 0x69362D) is unknown color: approx Mocha. HEX triplet: 69, 36 and 2D. RGB value is (105,54,45). Sum of RGB (Red+Green+Blue) = 105+54+45=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #69362D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69362D is #96C9D2. Grayscale: #444444. Windows color (decimal): -9882067 or 2963049. OLE color: 2963049.

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

Color convert

RGB1055445-
CMYK00.490.570.59
HSL40%29.41%-
HSV(B)57.14%41.18%-
XYZ7.625.833.21-
YUV68.22114.9154.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.47%
GREEN value IS 54 (21.48% from 255) = 26.47%
BLUE value IS 45 (17.97% from 255) = 22.06%
R=51.47%
G=26.47%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105544500.490.570.5994029.41
Hex69362D031393B9281d
Octal15166550617173115035
Binary11010011101101011010110001111001111011100110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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