#622913

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

Shades of Baker's Chocolate #622913

Tints of Baker's Chocolate #622913

Color information

#622913 (or 0x622913) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 29 and 13. RGB value is (98,41,19). Sum of RGB (Red+Green+Blue) = 98+41+19=158 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.03% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 98 - color contains mainly: red. Hex color #622913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622913 is #9DD6EC. Grayscale: #373737. Windows color (decimal): -10344173 or 1255778. OLE color: 1255778.

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

Color convert

RGB984119-
CMYK00.580.810.62
HSL16.71º67.52%22.94%-
HSV(B)16.71º80.61%38.43%-
XYZ5.954.231.12-
YUV55.54107.38158.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.03%
GREEN value IS 41 (16.41% from 255) = 25.95%
BLUE value IS 19 (7.81% from 255) = 12.03%
R=62.03%
G=25.95%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98411900.580.810.6216.7167.5222.94
Hex62291303A513E114417
Octal1425123072121762110427
Binary1100010101001100110111010101000111111010001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622913; }

 p { color: rgb(98,41,19); }

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

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

 a { background-color: rgb(98,41,19); }

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

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

 span { border-color: rgb(98,41,19); }

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