#613012

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

Shades of Baker's Chocolate #613012

Tints of Baker's Chocolate #613012

Color information

#613012 (or 0x613012) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 30 and 12. RGB value is (97,48,18). Sum of RGB (Red+Green+Blue) = 97+48+18=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #613012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613012 is #9ECFED. Grayscale: #3B3B3B. Windows color (decimal): -10407918 or 1192033. OLE color: 1192033.

HSL color Cylindrical-coordinate representation of color #613012: hue angle of 22.78º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #613012 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB974818-
CMYK00.510.810.62
HSL22.78º68.7%22.55%-
HSV(B)22.78º81.44%38.04%-
XYZ6.14.71.16-
YUV59.23104.73154.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.51%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 18 (7.42% from 255) = 11.04%
R=59.51%
G=29.45%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97481800.510.810.6222.7868.722.55
Hex613012033513E174517
Octal1416022063121762710527
Binary1100001110000100100110011101000111111010111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613012; }

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

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

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

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

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

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

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

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