#622B16

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

Shades of Baker's Chocolate #622B16

Tints of Baker's Chocolate #622B16

Color information

#622B16 (or 0x622B16) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2B and 16. RGB value is (98,43,22). Sum of RGB (Red+Green+Blue) = 98+43+22=163 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.12% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 98 - color contains mainly: red. Hex color #622B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622B16 is #9DD4E9. Grayscale: #393939. Windows color (decimal): -10343658 or 1452898. OLE color: 1452898.

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

Color convert

RGB984322-
CMYK00.560.780.62
HSL16.58º63.33%23.53%-
HSV(B)16.58º77.55%38.43%-
XYZ6.054.381.29-
YUV57.05108.22157.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.12%
GREEN value IS 43 (17.19% from 255) = 26.38%
BLUE value IS 22 (8.98% from 255) = 13.50%
R=60.12%
G=26.38%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98432200.560.780.6216.5863.3323.53
Hex622B160384E3E113f18
Octal142532607011676217730
Binary110001010101110110011100010011101111101000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,43,22); }

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

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

 a { background-color: rgb(98,43,22); }

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

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

 span { border-color: rgb(98,43,22); }

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