#622A13

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

Shades of Baker's Chocolate #622A13

Tints of Baker's Chocolate #622A13

Color information

#622A13 (or 0x622A13) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2A and 13. RGB value is (98,42,19). Sum of RGB (Red+Green+Blue) = 98+42+19=159 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.64% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 98 - color contains mainly: red. Hex color #622A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622A13 is #9DD5EC. Grayscale: #383838. Windows color (decimal): -10343917 or 1256034. OLE color: 1256034.

HSL color Cylindrical-coordinate representation of color #622A13: hue angle of 17.47º 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 #622A13 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB984219-
CMYK00.570.810.62
HSL17.47º67.52%22.94%-
HSV(B)17.47º80.61%38.43%-
XYZ5.984.31.13-
YUV56.12107.05157.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 61.64%
GREEN value IS 42 (16.80% from 255) = 26.42%
BLUE value IS 19 (7.81% from 255) = 11.95%
R=61.64%
G=26.42%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98421900.570.810.6217.4767.5222.94
Hex622A13039513E114417
Octal1425223071121762110427
Binary1100010101010100110111001101000111111010001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622A13; }

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

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

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

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

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

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

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

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