#622810

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

Shades of Baker's Chocolate #622810

Tints of Baker's Chocolate #622810

Color information

#622810 (or 0x622810) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 28 and 10. RGB value is (98,40,16). Sum of RGB (Red+Green+Blue) = 98+40+16=154 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.64% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 98 - color contains mainly: red. Hex color #622810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622810 is #9DD7EF. Grayscale: #363636. Windows color (decimal): -10344432 or 1058914. OLE color: 1058914.

HSL color Cylindrical-coordinate representation of color #622810: hue angle of 17.56º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #622810 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB984016-
CMYK00.590.840.62
HSL17.56º71.93%22.35%-
HSV(B)17.56º83.67%38.43%-
XYZ5.894.150.98-
YUV54.61106.22158.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 63.64%
GREEN value IS 40 (16.02% from 255) = 25.97%
BLUE value IS 16 (6.64% from 255) = 10.39%
R=63.64%
G=25.97%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98401600.590.840.6217.5671.9322.35
Hex62281003B543E124816
Octal1425020073124762211026
Binary1100010101000100000111011101010011111010010100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622810; }

 p { color: rgb(98,40,16); }

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

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

 a { background-color: rgb(98,40,16); }

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

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

 span { border-color: rgb(98,40,16); }

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