#613A31

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

Shades of Cioccolato #613A31

Tints of Cioccolato #613A31

Color information

#613A31 (or 0x613A31) is unknown color: approx Cioccolato. HEX triplet: 61, 3A and 31. RGB value is (97,58,49). Sum of RGB (Red+Green+Blue) = 97+58+49=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #613A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A31 is #9EC5CE. Grayscale: #444444. Windows color (decimal): -10405327 or 3226209. OLE color: 3226209.

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

Color convert

RGB975849-
CMYK00.400.490.62
HSL11.25º32.88%28.63%-
HSV(B)11.25º49.48%38.04%-
XYZ75.793.65-
YUV68.64116.92148.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.55%
GREEN value IS 58 (23.05% from 255) = 28.43%
BLUE value IS 49 (19.53% from 255) = 24.02%
R=47.55%
G=28.43%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97584900.400.490.6211.2532.8828.63
Hex613A31028313Eb211d
Octal14172610506176134135
Binary11000011110101100010101000110001111110101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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