#622A09

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

Shades of Baker's Chocolate #622A09

Tints of Baker's Chocolate #622A09

Color information

#622A09 (or 0x622A09) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2A and 09. RGB value is (98,42,9). Sum of RGB (Red+Green+Blue) = 98+42+9=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #622A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622A09 is #9DD5F6. Grayscale: #373737. Windows color (decimal): -10343927 or 600674. OLE color: 600674.

HSL color Cylindrical-coordinate representation of color #622A09: hue angle of 22.25º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #622A09 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB98429-
CMYK00.570.910.62
HSL22.25º83.18%20.98%-
HSV(B)22.25º90.82%38.43%-
XYZ5.914.270.77-
YUV54.98102.05158.68-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.77%
GREEN value IS 42 (16.80% from 255) = 28.19%
BLUE value IS 9 (3.91% from 255) = 6.04%
R=65.77%
G=28.19%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9842900.570.910.6222.2583.1820.98
Hex622A90395B3E165315
Octal1425211071133762612325
Binary110001010101010010111001101101111111010110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,42,9); }

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

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

 a { background-color: rgb(98,42,9); }

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

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

 span { border-color: rgb(98,42,9); }

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