#613E31

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

Shades of Cioccolato #613E31

Tints of Cioccolato #613E31

Color information

#613E31 (or 0x613E31) is unknown color: approx Cioccolato. HEX triplet: 61, 3E and 31. RGB value is (97,62,49). Sum of RGB (Red+Green+Blue) = 97+62+49=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #613E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E31 is #9EC1CE. Grayscale: #474747. Windows color (decimal): -10404303 or 3227233. OLE color: 3227233.

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

Color convert

RGB976249-
CMYK00.360.490.62
HSL16.25º32.88%28.63%-
HSV(B)16.25º49.48%38.04%-
XYZ7.216.213.72-
YUV70.98115.6146.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.63%
GREEN value IS 62 (24.61% from 255) = 29.81%
BLUE value IS 49 (19.53% from 255) = 23.56%
R=46.63%
G=29.81%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97624900.360.490.6216.2532.8828.63
Hex613E31024313E10211d
Octal14176610446176204135
Binary110000111111011000101001001100011111101000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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