#613c2f

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

Shades of Cioccolato #613C2F

Tints of Cioccolato #613C2F

Color information

#613C2F (or 0x613C2F) is unknown color: approx Cioccolato. HEX triplet: 61, 3C and 2F. RGB value is (97,60,47). Sum of RGB (Red+Green+Blue) = 97+60+47=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #613C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C2F is #9EC3D0. Grayscale: #454545. Windows color (decimal): -10404817 or 3095649. OLE color: 3095649.

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

Color convert

RGB976047-
CMYK00.380.520.62
HSL15.6º34.72%28.24%-
HSV(B)15.6º51.55%38.04%-
XYZ7.065.983.47-
YUV69.58115.26147.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.55%
GREEN value IS 60 (23.83% from 255) = 29.41%
BLUE value IS 47 (18.75% from 255) = 23.04%
R=47.55%
G=29.41%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97604700.380.520.6215.634.7228.24
Hex613C2F026343E10231c
Octal14174570466476204334
Binary110000111110010111101001101101001111101000010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613c2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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