#613D2C

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

Shades of Cioccolato #613D2C

Tints of Cioccolato #613D2C

Color information

#613D2C (or 0x613D2C) is unknown color: approx Cioccolato. HEX triplet: 61, 3D and 2C. RGB value is (97,61,44). Sum of RGB (Red+Green+Blue) = 97+61+44=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #613D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D2C is #9EC2D3. Grayscale: #454545. Windows color (decimal): -10404564 or 2899297. OLE color: 2899297.

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

Color convert

RGB976144-
CMYK00.370.550.62
HSL19.25º37.59%27.65%-
HSV(B)19.25º54.64%38.04%-
XYZ7.056.063.18-
YUV69.83113.43147.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.02%
GREEN value IS 61 (24.22% from 255) = 30.20%
BLUE value IS 44 (17.58% from 255) = 21.78%
R=48.02%
G=30.20%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97614400.370.550.6219.2537.5927.65
Hex613D2C025373E13261c
Octal14175540456776234634
Binary110000111110110110001001011101111111101001110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,61,44); }

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

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

 a { background-color: rgb(97,61,44); }

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

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

 span { border-color: rgb(97,61,44); }

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