#622202

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

Shades of Baker's Chocolate #622202

Tints of Baker's Chocolate #622202

Color information

#622202 (or 0x622202) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 22 and 02. RGB value is (98,34,2). Sum of RGB (Red+Green+Blue) = 98+34+2=134 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.13% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 98 - color contains mainly: red. Hex color #622202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622202 is #9DDDFD. Grayscale: #313131. Windows color (decimal): -10345982 or 139874. OLE color: 139874.

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

Color convert

RGB98342-
CMYK00.650.980.62
HSL20º96%19.61%-
HSV(B)20º97.96%38.43%-
XYZ5.623.750.48-
YUV49.49101.2162.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 73.13%
GREEN value IS 34 (13.67% from 255) = 25.37%
BLUE value IS 2 (1.17% from 255) = 1.49%
R=73.13%
G=25.37%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9834200.650.980.62209619.61
Hex62222041623E146014
Octal1424220101142762414024
Binary11000101000101001000001110001011111010100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622202; }

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

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

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

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

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

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

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

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