#613317

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

Shades of Baker's Chocolate #613317

Tints of Baker's Chocolate #613317

Color information

#613317 (or 0x613317) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 33 and 17. RGB value is (97,51,23). Sum of RGB (Red+Green+Blue) = 97+51+23=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 23 (9.38% from 255 or 13.45% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #613317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613317 is #9ECCE8. Grayscale: #3D3D3D. Windows color (decimal): -10407145 or 1520481. OLE color: 1520481.

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

Color convert

RGB975123-
CMYK00.470.760.62
HSL22.7º61.67%23.53%-
HSV(B)22.7º76.29%38.04%-
XYZ6.274.971.44-
YUV61.56106.24153.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.73%
GREEN value IS 51 (20.31% from 255) = 29.82%
BLUE value IS 23 (9.38% from 255) = 13.45%
R=56.73%
G=29.82%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97512300.470.760.6222.761.6723.53
Hex61331702F4C3E173e18
Octal141632705711476277630
Binary110000111001110111010111110011001111101011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613317; }

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

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

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

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

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

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

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

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