#613511

Color #613511 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #613511

Tints of Baker's Chocolate #613511

Color information

#613511 (or 0x613511) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 35 and 11. RGB value is (97,53,17). Sum of RGB (Red+Green+Blue) = 97+53+17=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #613511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613511 is #9ECAEE. Grayscale: #3E3E3E. Windows color (decimal): -10406639 or 1127777. OLE color: 1127777.

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

Color convert

RGB975317-
CMYK00.450.820.62
HSL27º70.18%22.35%-
HSV(B)27º82.47%38.04%-
XYZ6.35.131.19-
YUV62.05102.58152.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.08%
GREEN value IS 53 (21.09% from 255) = 31.74%
BLUE value IS 17 (7.03% from 255) = 10.18%
R=58.08%
G=31.74%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97531700.450.820.622770.1822.35
Hex61351102D523E1b4616
Octal1416521055122763310626
Binary1100001110101100010101101101001011111011011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613511; }

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

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

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

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

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

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

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

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