#613911

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

Shades of Baker's Chocolate #613911

Tints of Baker's Chocolate #613911

Color information

#613911 (or 0x613911) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 39 and 11. RGB value is (97,57,17). Sum of RGB (Red+Green+Blue) = 97+57+17=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #613911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613911 is #9EC6EE. Grayscale: #404040. Windows color (decimal): -10405615 or 1128801. OLE color: 1128801.

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

Color convert

RGB975717-
CMYK00.410.820.62
HSL30º70.18%22.35%-
HSV(B)30º82.47%38.04%-
XYZ6.495.511.25-
YUV64.4101.25151.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.73%
GREEN value IS 57 (22.66% from 255) = 33.33%
BLUE value IS 17 (7.03% from 255) = 9.94%
R=56.73%
G=33.33%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97571700.410.820.623070.1822.35
Hex613911029523E1e4616
Octal1417121051122763610626
Binary1100001111001100010101001101001011111011110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613911; }

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

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

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

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

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

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

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

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