#622406

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

Shades of Baker's Chocolate #622406

Tints of Baker's Chocolate #622406

Color information

#622406 (or 0x622406) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 24 and 06. RGB value is (98,36,6). Sum of RGB (Red+Green+Blue) = 98+36+6=140 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 98 - color contains mainly: red. Hex color #622406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622406 is #9DDBF9. Grayscale: #333333. Windows color (decimal): -10345466 or 402530. OLE color: 402530.

HSL color Cylindrical-coordinate representation of color #622406: hue angle of 19.57º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #622406 is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB98366-
CMYK00.630.940.62
HSL19.57º88.46%20.39%-
HSV(B)19.57º93.88%38.43%-
XYZ5.73.870.62-
YUV51.12102.54161.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 70%
GREEN value IS 36 (14.45% from 255) = 25.71%
BLUE value IS 6 (2.73% from 255) = 4.29%
R=70%
G=25.71%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9836600.630.940.6219.5788.4620.39
Hex6224603F5E3E145814
Octal142446077136762413024
Binary11000101001001100111111101111011111010100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622406; }

 p { color: rgb(98,36,6); }

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

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

 a { background-color: rgb(98,36,6); }

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

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

 span { border-color: rgb(98,36,6); }

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