#613011

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

Shades of Baker's Chocolate #613011

Tints of Baker's Chocolate #613011

Color information

#613011 (or 0x613011) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 30 and 11. RGB value is (97,48,17). Sum of RGB (Red+Green+Blue) = 97+48+17=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #613011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613011 is #9ECFEE. Grayscale: #3B3B3B. Windows color (decimal): -10407919 or 1126497. OLE color: 1126497.

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

Color convert

RGB974817-
CMYK00.510.820.62
HSL23.25º70.18%22.35%-
HSV(B)23.25º82.47%38.04%-
XYZ6.094.71.12-
YUV59.12104.23155.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.88%
GREEN value IS 48 (19.14% from 255) = 29.63%
BLUE value IS 17 (7.03% from 255) = 10.49%
R=59.88%
G=29.63%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97481700.510.820.6223.2570.1822.35
Hex613011033523E174616
Octal1416021063122762710626
Binary1100001110000100010110011101001011111010111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613011; }

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

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

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

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

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

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

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

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