#613914

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

Shades of Baker's Chocolate #613914

Tints of Baker's Chocolate #613914

Color information

#613914 (or 0x613914) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 39 and 14. RGB value is (97,57,20). Sum of RGB (Red+Green+Blue) = 97+57+20=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #613914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613914 is #9EC6EB. Grayscale: #404040. Windows color (decimal): -10405612 or 1325409. OLE color: 1325409.

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

Color convert

RGB975720-
CMYK00.410.790.62
HSL28.83º65.81%22.94%-
HSV(B)28.83º79.38%38.04%-
XYZ6.525.521.38-
YUV64.74102.75151.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.75%
GREEN value IS 57 (22.66% from 255) = 32.76%
BLUE value IS 20 (8.20% from 255) = 11.49%
R=55.75%
G=32.76%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97572000.410.790.6228.8365.8122.94
Hex6139140294F3E1d4217
Octal1417124051117763510227
Binary1100001111001101000101001100111111111011101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613914; }

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

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

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

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

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

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

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

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