#613C31

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

Shades of Cioccolato #613C31

Tints of Cioccolato #613C31

Color information

#613C31 (or 0x613C31) is unknown color: approx Cioccolato. HEX triplet: 61, 3C and 31. RGB value is (97,60,49). Sum of RGB (Red+Green+Blue) = 97+60+49=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #613C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C31 is #9EC3CE. Grayscale: #454545. Windows color (decimal): -10404815 or 3226721. OLE color: 3226721.

HSL color Cylindrical-coordinate representation of color #613C31: hue angle of 13.75º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #613C31 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB976049-
CMYK00.380.490.62
HSL13.75º32.88%28.63%-
HSV(B)13.75º49.48%38.04%-
XYZ7.15.993.69-
YUV69.81116.26147.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.09%
GREEN value IS 60 (23.83% from 255) = 29.13%
BLUE value IS 49 (19.53% from 255) = 23.79%
R=47.09%
G=29.13%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97604900.380.490.6213.7532.8828.63
Hex613C31026313Ee211d
Octal14174610466176164135
Binary11000011111001100010100110110001111110111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613C31; }

 p { color: rgb(97,60,49); }

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

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

 a { background-color: rgb(97,60,49); }

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

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

 span { border-color: rgb(97,60,49); }

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