#613312

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

Shades of Baker's Chocolate #613312

Tints of Baker's Chocolate #613312

Color information

#613312 (or 0x613312) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 33 and 12. RGB value is (97,51,18). Sum of RGB (Red+Green+Blue) = 97+51+18=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #613312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613312 is #9ECCED. Grayscale: #3D3D3D. Windows color (decimal): -10407150 or 1192801. OLE color: 1192801.

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

Color convert

RGB975118-
CMYK00.470.810.62
HSL25.06º68.7%22.55%-
HSV(B)25.06º81.44%38.04%-
XYZ6.224.951.2-
YUV60.99103.74153.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.43%
GREEN value IS 51 (20.31% from 255) = 30.72%
BLUE value IS 18 (7.42% from 255) = 10.84%
R=58.43%
G=30.72%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97511800.470.810.6225.0668.722.55
Hex61331202F513E194517
Octal1416322057121763110527
Binary1100001110011100100101111101000111111011001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613312; }

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

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

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

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

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

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

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

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