#622814

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

Shades of Baker's Chocolate #622814

Tints of Baker's Chocolate #622814

Color information

#622814 (or 0x622814) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 28 and 14. RGB value is (98,40,20). Sum of RGB (Red+Green+Blue) = 98+40+20=158 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.03% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 98 - color contains mainly: red. Hex color #622814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622814 is #9DD7EB. Grayscale: #373737. Windows color (decimal): -10344428 or 1321058. OLE color: 1321058.

HSL color Cylindrical-coordinate representation of color #622814: hue angle of 15.38º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #622814 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB984020-
CMYK00.590.800.62
HSL15.38º66.1%23.14%-
HSV(B)15.38º79.59%38.43%-
XYZ5.924.161.15-
YUV55.06108.22158.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.03%
GREEN value IS 40 (16.02% from 255) = 25.32%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=62.03%
G=25.32%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98402000.590.800.6215.3866.123.14
Hex62281403B503Ef4217
Octal1425024073120761710227
Binary110001010100010100011101110100001111101111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622814; }

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

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

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

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

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

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

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

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