#613E35

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

Shades of Cioccolato #613E35

Tints of Cioccolato #613E35

Color information

#613E35 (or 0x613E35) is unknown color: approx Cioccolato. HEX triplet: 61, 3E and 35. RGB value is (97,62,53). Sum of RGB (Red+Green+Blue) = 97+62+53=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #613E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E35 is #9EC1CA. Grayscale: #474747. Windows color (decimal): -10404299 or 3489377. OLE color: 3489377.

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

Color convert

RGB976253-
CMYK00.360.450.62
HSL12.27º29.33%29.41%-
HSV(B)12.27º45.36%38.04%-
XYZ7.296.244.19-
YUV71.44117.6146.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.75%
GREEN value IS 62 (24.61% from 255) = 29.25%
BLUE value IS 53 (21.09% from 255) = 25%
R=45.75%
G=29.25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97625300.360.450.6212.2729.3329.41
Hex613E350242D3Ec1d1d
Octal14176650445576143535
Binary1100001111110110101010010010110111111011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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