#622E03

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

Shades of Baker's Chocolate #622E03

Tints of Baker's Chocolate #622E03

Color information

#622E03 (or 0x622E03) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2E and 03. RGB value is (98,46,3). Sum of RGB (Red+Green+Blue) = 98+46+3=147 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.67% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 98 - color contains mainly: red. Hex color #622E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622E03 is #9DD1FC. Grayscale: #383838. Windows color (decimal): -10342909 or 208482. OLE color: 208482.

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

Color convert

RGB98463-
CMYK00.530.970.62
HSL27.16º94.06%19.8%-
HSV(B)27.16º96.94%38.43%-
XYZ6.034.560.65-
YUV56.6597.73157.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 66.67%
GREEN value IS 46 (18.36% from 255) = 31.29%
BLUE value IS 3 (1.56% from 255) = 2.04%
R=66.67%
G=31.29%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9846300.530.970.6227.1694.0619.8
Hex622E3035613E1b5e14
Octal142563065141763313624
Binary1100010101110110110101110000111111011011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,46,3); }

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

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

 a { background-color: rgb(98,46,3); }

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

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

 span { border-color: rgb(98,46,3); }

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