#613C11

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

Shades of Baker's Chocolate #613C11

Tints of Baker's Chocolate #613C11

Color information

#613C11 (or 0x613C11) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 3C and 11. RGB value is (97,60,17). Sum of RGB (Red+Green+Blue) = 97+60+17=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #613C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613C11 is #9EC3EE. Grayscale: #424242. Windows color (decimal): -10404847 or 1129569. OLE color: 1129569.

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

Color convert

RGB976017-
CMYK00.380.820.62
HSL32.25º70.18%22.35%-
HSV(B)32.25º82.47%38.04%-
XYZ6.655.811.3-
YUV66.16100.26150-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.75%
GREEN value IS 60 (23.83% from 255) = 34.48%
BLUE value IS 17 (7.03% from 255) = 9.77%
R=55.75%
G=34.48%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97601700.380.820.6232.2570.1822.35
Hex613C11026523E204616
Octal1417421046122764010626
Binary11000011111001000101001101010010111110100000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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