#663830

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

Shades of Mocha #663830

Tints of Mocha #663830

Color information

#663830 (or 0x663830) is unknown color: approx Mocha. HEX triplet: 66, 38 and 30. RGB value is (102,56,48). Sum of RGB (Red+Green+Blue) = 102+56+48=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #663830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663830 is #99C7CF. Grayscale: #444444. Windows color (decimal): -10078160 or 3160166. OLE color: 3160166.

HSL color Cylindrical-coordinate representation of color #663830: hue angle of 8.89º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #663830 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB1025648-
CMYK00.450.530.6
HSL8.89º36%29.41%-
HSV(B)8.89º52.94%40%-
XYZ7.435.873.54-
YUV68.84116.24151.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.51%
GREEN value IS 56 (22.27% from 255) = 27.18%
BLUE value IS 48 (19.14% from 255) = 23.30%
R=49.51%
G=27.18%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102564800.450.530.68.893629.41
Hex66383002D353C9241d
Octal14670600556574114435
Binary11001101110001100000101101110101111100100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663830; }

 p { color: rgb(102,56,48); }

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

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

 a { background-color: rgb(102,56,48); }

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

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

 span { border-color: rgb(102,56,48); }

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