#613314

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

Shades of Baker's Chocolate #613314

Tints of Baker's Chocolate #613314

Color information

#613314 (or 0x613314) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 33 and 14. RGB value is (97,51,20). Sum of RGB (Red+Green+Blue) = 97+51+20=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #613314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613314 is #9ECCEB. Grayscale: #3D3D3D. Windows color (decimal): -10407148 or 1323873. OLE color: 1323873.

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

Color convert

RGB975120-
CMYK00.470.790.62
HSL24.16º65.81%22.94%-
HSV(B)24.16º79.38%38.04%-
XYZ6.244.961.29-
YUV61.22104.74153.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.74%
GREEN value IS 51 (20.31% from 255) = 30.36%
BLUE value IS 20 (8.20% from 255) = 11.90%
R=57.74%
G=30.36%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97512000.470.790.6224.1665.8122.94
Hex61331402F4F3E184217
Octal1416324057117763010227
Binary1100001110011101000101111100111111111011000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613314; }

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

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

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

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

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

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

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

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