#613E30

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

Shades of Cioccolato #613E30

Tints of Cioccolato #613E30

Color information

#613E30 (or 0x613E30) is unknown color: approx Cioccolato. HEX triplet: 61, 3E and 30. RGB value is (97,62,48). Sum of RGB (Red+Green+Blue) = 97+62+48=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #613E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E30 is #9EC1CF. Grayscale: #464646. Windows color (decimal): -10404304 or 3161697. OLE color: 3161697.

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

Color convert

RGB976248-
CMYK00.360.510.62
HSL17.14º33.79%28.43%-
HSV(B)17.14º50.52%38.04%-
XYZ7.196.23.61-
YUV70.87115.1146.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.86%
GREEN value IS 62 (24.61% from 255) = 29.95%
BLUE value IS 48 (19.14% from 255) = 23.19%
R=46.86%
G=29.95%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97624800.360.510.6217.1433.7928.43
Hex613E30024333E11221c
Octal14176600446376214234
Binary110000111111011000001001001100111111101000110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,62,48); }

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

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

 a { background-color: rgb(97,62,48); }

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

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

 span { border-color: rgb(97,62,48); }

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