#613711

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

Shades of Baker's Chocolate #613711

Tints of Baker's Chocolate #613711

Color information

#613711 (or 0x613711) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 37 and 11. RGB value is (97,55,17). Sum of RGB (Red+Green+Blue) = 97+55+17=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #613711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613711 is #9EC8EE. Grayscale: #3F3F3F. Windows color (decimal): -10406127 or 1128289. OLE color: 1128289.

HSL color Cylindrical-coordinate representation of color #613711: hue angle of 28.5º 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 #613711 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB975517-
CMYK00.430.820.62
HSL28.5º70.18%22.35%-
HSV(B)28.5º82.47%38.04%-
XYZ6.45.311.22-
YUV63.23101.91152.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.40%
GREEN value IS 55 (21.88% from 255) = 32.54%
BLUE value IS 17 (7.03% from 255) = 10.06%
R=57.40%
G=32.54%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97551700.430.820.6228.570.1822.35
Hex61371102B523E1c4616
Octal1416721053122763410626
Binary1100001110111100010101011101001011111011100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613711; }

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

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

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

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

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

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

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

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