#613D31

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

Shades of Cioccolato #613D31

Tints of Cioccolato #613D31

Color information

#613D31 (or 0x613D31) is unknown color: approx Cioccolato. HEX triplet: 61, 3D and 31. RGB value is (97,61,49). Sum of RGB (Red+Green+Blue) = 97+61+49=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #613D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D31 is #9EC2CE. Grayscale: #464646. Windows color (decimal): -10404559 or 3226977. OLE color: 3226977.

HSL color Cylindrical-coordinate representation of color #613D31: hue angle of 15º 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 #613D31 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB976149-
CMYK00.370.490.62
HSL15º32.88%28.63%-
HSV(B)15º49.48%38.04%-
XYZ7.156.13.71-
YUV70.4115.93146.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.86%
GREEN value IS 61 (24.22% from 255) = 29.47%
BLUE value IS 49 (19.53% from 255) = 23.67%
R=46.86%
G=29.47%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97614900.370.490.621532.8828.63
Hex613D31025313Ef211d
Octal14175610456176174135
Binary11000011111011100010100101110001111110111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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