#613414

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

Shades of Baker's Chocolate #613414

Tints of Baker's Chocolate #613414

Color information

#613414 (or 0x613414) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 34 and 14. RGB value is (97,52,20). Sum of RGB (Red+Green+Blue) = 97+52+20=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #613414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613414 is #9ECBEB. Grayscale: #3D3D3D. Windows color (decimal): -10406892 or 1324129. OLE color: 1324129.

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

Color convert

RGB975220-
CMYK00.460.790.62
HSL24.94º65.81%22.94%-
HSV(B)24.94º79.38%38.04%-
XYZ6.285.051.3-
YUV61.81104.41153.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.40%
GREEN value IS 52 (20.70% from 255) = 30.77%
BLUE value IS 20 (8.20% from 255) = 11.83%
R=57.40%
G=30.77%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97522000.460.790.6224.9465.8122.94
Hex61341402E4F3E194217
Octal1416424056117763110227
Binary1100001110100101000101110100111111111011001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613414; }

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

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

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

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

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

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

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

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