#613B2F

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

Shades of Cioccolato #613B2F

Tints of Cioccolato #613B2F

Color information

#613B2F (or 0x613B2F) is unknown color: approx Cioccolato. HEX triplet: 61, 3B and 2F. RGB value is (97,59,47). Sum of RGB (Red+Green+Blue) = 97+59+47=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #613B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613B2F is #9EC4D0. Grayscale: #454545. Windows color (decimal): -10405073 or 3095393. OLE color: 3095393.

HSL color Cylindrical-coordinate representation of color #613B2F: hue angle of 14.4º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #613B2F is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB975947-
CMYK00.390.520.62
HSL14.4º34.72%28.24%-
HSV(B)14.4º51.55%38.04%-
XYZ7.015.873.45-
YUV68.99115.59147.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.78%
GREEN value IS 59 (23.44% from 255) = 29.06%
BLUE value IS 47 (18.75% from 255) = 23.15%
R=47.78%
G=29.06%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97594700.390.520.6214.434.7228.24
Hex613B2F027343Ee231c
Octal14173570476476164334
Binary11000011110111011110100111110100111110111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,59,47); }

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

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

 a { background-color: rgb(97,59,47); }

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

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

 span { border-color: rgb(97,59,47); }

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