#69382D

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

Shades of Mocha #69382D

Tints of Mocha #69382D

Color information

#69382D (or 0x69382D) is unknown color: approx Mocha. HEX triplet: 69, 38 and 2D. RGB value is (105,56,45). Sum of RGB (Red+Green+Blue) = 105+56+45=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #69382D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69382D is #96C7D2. Grayscale: #454545. Windows color (decimal): -9881555 or 2963561. OLE color: 2963561.

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

Color convert

RGB1055645-
CMYK00.470.570.59
HSL11º40%29.41%-
HSV(B)11º57.14%41.18%-
XYZ7.716.023.24-
YUV69.4114.23153.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.97%
GREEN value IS 56 (22.27% from 255) = 27.18%
BLUE value IS 45 (17.97% from 255) = 21.84%
R=50.97%
G=27.18%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105564500.470.570.59114029.41
Hex69382D02F393Bb281d
Octal15170550577173135035
Binary11010011110001011010101111111001111011101110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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