#622D16

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

Shades of Baker's Chocolate #622D16

Tints of Baker's Chocolate #622D16

Color information

#622D16 (or 0x622D16) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2D and 16. RGB value is (98,45,22). Sum of RGB (Red+Green+Blue) = 98+45+22=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #622D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622D16 is #9DD2E9. Grayscale: #3A3A3A. Windows color (decimal): -10343146 or 1453410. OLE color: 1453410.

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

Color convert

RGB984522-
CMYK00.540.780.62
HSL18.16º63.33%23.53%-
HSV(B)18.16º77.55%38.43%-
XYZ6.124.531.31-
YUV58.22107.56156.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.39%
GREEN value IS 45 (17.97% from 255) = 27.27%
BLUE value IS 22 (8.98% from 255) = 13.33%
R=59.39%
G=27.27%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98452200.540.780.6218.1663.3323.53
Hex622D160364E3E123f18
Octal142552606611676227730
Binary110001010110110110011011010011101111101001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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