#622C16

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

Shades of Baker's Chocolate #622C16

Tints of Baker's Chocolate #622C16

Color information

#622C16 (or 0x622C16) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2C and 16. RGB value is (98,44,22). Sum of RGB (Red+Green+Blue) = 98+44+22=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #622C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622C16 is #9DD3E9. Grayscale: #393939. Windows color (decimal): -10343402 or 1453154. OLE color: 1453154.

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

Color convert

RGB984422-
CMYK00.550.780.62
HSL17.37º63.33%23.53%-
HSV(B)17.37º77.55%38.43%-
XYZ6.084.461.3-
YUV57.64107.89156.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.76%
GREEN value IS 44 (17.58% from 255) = 26.83%
BLUE value IS 22 (8.98% from 255) = 13.41%
R=59.76%
G=26.83%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98442200.550.780.6217.3763.3323.53
Hex622C160374E3E113f18
Octal142542606711676217730
Binary110001010110010110011011110011101111101000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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