#613B28

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

Shades of Cioccolato #613B28

Tints of Cioccolato #613B28

Color information

#613B28 (or 0x613B28) is unknown color: approx Cioccolato. HEX triplet: 61, 3B and 28. RGB value is (97,59,40). Sum of RGB (Red+Green+Blue) = 97+59+40=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #613B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613B28 is #9EC4D7. Grayscale: #444444. Windows color (decimal): -10405080 or 2636641. OLE color: 2636641.

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

Color convert

RGB975940-
CMYK00.390.590.62
HSL20º41.61%26.86%-
HSV(B)20º58.76%38.04%-
XYZ6.885.822.77-
YUV68.2112.09148.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.49%
GREEN value IS 59 (23.44% from 255) = 30.10%
BLUE value IS 40 (16.02% from 255) = 20.41%
R=49.49%
G=30.10%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97594000.390.590.622041.6126.86
Hex613B280273B3E142a1b
Octal14173500477376245233
Binary110000111101110100001001111110111111101010010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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