#613C2D

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

Shades of Cioccolato #613C2D

Tints of Cioccolato #613C2D

Color information

#613C2D (or 0x613C2D) is unknown color: approx Cioccolato. HEX triplet: 61, 3C and 2D. RGB value is (97,60,45). Sum of RGB (Red+Green+Blue) = 97+60+45=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #613C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C2D is #9EC3D2. Grayscale: #454545. Windows color (decimal): -10404819 or 2964577. OLE color: 2964577.

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

Color convert

RGB976045-
CMYK00.380.540.62
HSL17.31º36.62%27.84%-
HSV(B)17.31º53.61%38.04%-
XYZ7.025.963.26-
YUV69.35114.26147.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.02%
GREEN value IS 60 (23.83% from 255) = 29.70%
BLUE value IS 45 (17.97% from 255) = 22.28%
R=48.02%
G=29.70%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97604500.380.540.6217.3136.6227.84
Hex613C2D026363E11251c
Octal14174550466676214534
Binary110000111110010110101001101101101111101000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,60,45); }

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

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

 a { background-color: rgb(97,60,45); }

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

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

 span { border-color: rgb(97,60,45); }

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