#613E32

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

Shades of Cioccolato #613E32

Tints of Cioccolato #613E32

Color information

#613E32 (or 0x613E32) is unknown color: approx Cioccolato. HEX triplet: 61, 3E and 32. RGB value is (97,62,50). Sum of RGB (Red+Green+Blue) = 97+62+50=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #613E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E32 is #9EC1CD. Grayscale: #474747. Windows color (decimal): -10404302 or 3292769. OLE color: 3292769.

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

Color convert

RGB976250-
CMYK00.360.480.62
HSL15.32º31.97%28.82%-
HSV(B)15.32º48.45%38.04%-
XYZ7.236.223.84-
YUV71.1116.1146.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.41%
GREEN value IS 62 (24.61% from 255) = 29.67%
BLUE value IS 50 (19.92% from 255) = 23.92%
R=46.41%
G=29.67%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97625000.360.480.6215.3231.9728.82
Hex613E32024303Ef201d
Octal14176620446076174035
Binary11000011111101100100100100110000111110111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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