#613B33

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

Shades of Cioccolato #613B33

Tints of Cioccolato #613B33

Color information

#613B33 (or 0x613B33) is unknown color: approx Cioccolato. HEX triplet: 61, 3B and 33. RGB value is (97,59,51). Sum of RGB (Red+Green+Blue) = 97+59+51=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #613B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613B33 is #9EC4CC. Grayscale: #454545. Windows color (decimal): -10405069 or 3357537. OLE color: 3357537.

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

Color convert

RGB975951-
CMYK00.390.470.62
HSL10.43º31.08%29.02%-
HSV(B)10.43º47.42%38.04%-
XYZ7.095.913.9-
YUV69.45117.59147.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.86%
GREEN value IS 59 (23.44% from 255) = 28.50%
BLUE value IS 51 (20.31% from 255) = 24.64%
R=46.86%
G=28.50%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97595100.390.470.6210.4331.0829.02
Hex613B330272F3Ea1f1d
Octal14173630475776123735
Binary1100001111011110011010011110111111111010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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