#622200

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

Shades of Baker's Chocolate #622200

Tints of Baker's Chocolate #622200

Color information

#622200 (or 0x622200) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 22 and 00. RGB value is (98,34,0). Sum of RGB (Red+Green+Blue) = 98+34+0=132 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.24% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 98 - color contains mainly: red. Hex color #622200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622200 is #9DDDFF. Grayscale: #313131. Windows color (decimal): -10345984 or 8802. OLE color: 8802.

HSL color Cylindrical-coordinate representation of color #622200: hue angle of 20.82º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #622200 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB98340-
CMYK00.6510.62
HSL20.82º100%19.22%-
HSV(B)20.82º100%38.43%-
XYZ5.613.740.43-
YUV49.26100.2162.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 74.24%
GREEN value IS 34 (13.67% from 255) = 25.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.24%
G=25.76%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9834000.6510.6220.8210019.22
Hex62220041643E156413
Octal1424200101144762514423
Binary1100010100010001000001110010011111010101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622200; }

 p { color: rgb(98,34,0); }

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

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

 a { background-color: rgb(98,34,0); }

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

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

 span { border-color: rgb(98,34,0); }

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