#633D31

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

Shades of Cioccolato #633D31

Tints of Cioccolato #633D31

Color information

#633D31 (or 0x633D31) is unknown color: approx Cioccolato. HEX triplet: 63, 3D and 31. RGB value is (99,61,49). Sum of RGB (Red+Green+Blue) = 99+61+49=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #633D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633D31 is #9CC2CE. Grayscale: #474747. Windows color (decimal): -10273487 or 3226979. OLE color: 3226979.

HSL color Cylindrical-coordinate representation of color #633D31: hue angle of 14.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #633D31 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB996149-
CMYK00.380.510.61
HSL14.4º33.78%29.02%-
HSV(B)14.4º50.51%38.82%-
XYZ7.376.213.72-
YUV70.99115.59147.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.37%
GREEN value IS 61 (24.22% from 255) = 29.19%
BLUE value IS 49 (19.53% from 255) = 23.44%
R=47.37%
G=29.19%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99614900.380.510.6114.433.7829.02
Hex633D31026333De221d
Octal14375610466375164235
Binary11000111111011100010100110110011111101111010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633D31; }

 p { color: rgb(99,61,49); }

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

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

 a { background-color: rgb(99,61,49); }

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

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

 span { border-color: rgb(99,61,49); }

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