#622911

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

Shades of Baker's Chocolate #622911

Tints of Baker's Chocolate #622911

Color information

#622911 (or 0x622911) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 29 and 11. RGB value is (98,41,17). Sum of RGB (Red+Green+Blue) = 98+41+17=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #622911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622911 is #9DD6EE. Grayscale: #373737. Windows color (decimal): -10344175 or 1124706. OLE color: 1124706.

HSL color Cylindrical-coordinate representation of color #622911: hue angle of 17.78º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #622911 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB984117-
CMYK00.580.830.62
HSL17.78º70.43%22.55%-
HSV(B)17.78º82.65%38.43%-
XYZ5.934.221.03-
YUV55.31106.38158.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.82%
GREEN value IS 41 (16.41% from 255) = 26.28%
BLUE value IS 17 (7.03% from 255) = 10.90%
R=62.82%
G=26.28%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98411700.580.830.6217.7870.4322.55
Hex62291103A533E124617
Octal1425121072123762210627
Binary1100010101001100010111010101001111111010010100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622911; }

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

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

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

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

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

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

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

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