#613E34

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

Shades of Cioccolato #613E34

Tints of Cioccolato #613E34

Color information

#613E34 (or 0x613E34) is unknown color: approx Cioccolato. HEX triplet: 61, 3E and 34. RGB value is (97,62,52). Sum of RGB (Red+Green+Blue) = 97+62+52=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #613E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E34 is #9EC1CB. Grayscale: #474747. Windows color (decimal): -10404300 or 3423841. OLE color: 3423841.

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

Color convert

RGB976252-
CMYK00.360.460.62
HSL13.33º30.2%29.22%-
HSV(B)13.33º46.39%38.04%-
XYZ7.276.234.07-
YUV71.32117.1146.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.97%
GREEN value IS 62 (24.61% from 255) = 29.38%
BLUE value IS 52 (20.70% from 255) = 24.64%
R=45.97%
G=29.38%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97625200.360.460.6213.3330.229.22
Hex613E340242E3Ed1e1d
Octal14176640445676153635
Binary1100001111110110100010010010111011111011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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