#632C28

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

Shades of Moccaccino #632C28

Tints of Moccaccino #632C28

Color information

#632C28 (or 0x632C28) is unknown color: approx Moccaccino. HEX triplet: 63, 2C and 28. RGB value is (99,44,40). Sum of RGB (Red+Green+Blue) = 99+44+40=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #632C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632C28 is #9CD3D7. Grayscale: #3C3C3C. Windows color (decimal): -10277848 or 2632803. OLE color: 2632803.

HSL color Cylindrical-coordinate representation of color #632C28: hue angle of 4.07º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #632C28 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB994440-
CMYK00.560.600.61
HSL4.07º42.45%27.25%-
HSV(B)4.07º59.6%38.82%-
XYZ6.434.612.56-
YUV59.99116.72155.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.10%
GREEN value IS 44 (17.58% from 255) = 24.04%
BLUE value IS 40 (16.02% from 255) = 21.86%
R=54.10%
G=24.04%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99444000.560.600.614.0742.4527.25
Hex632C280383C3D42a1b
Octal1435450070747545233
Binary1100011101100101000011100011110011110110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632C28; }

 p { color: rgb(99,44,40); }

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

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

 a { background-color: rgb(99,44,40); }

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

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

 span { border-color: rgb(99,44,40); }

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