#622D06

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

Shades of Baker's Chocolate #622D06

Tints of Baker's Chocolate #622D06

Color information

#622D06 (or 0x622D06) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2D and 06. RGB value is (98,45,6). Sum of RGB (Red+Green+Blue) = 98+45+6=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #622D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622D06 is #9DD2F9. Grayscale: #383838. Windows color (decimal): -10343162 or 404834. OLE color: 404834.

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

Color convert

RGB98456-
CMYK00.540.940.62
HSL25.43º88.46%20.39%-
HSV(B)25.43º93.88%38.43%-
XYZ6.014.490.72-
YUV56.499.56157.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.77%
GREEN value IS 45 (17.97% from 255) = 30.20%
BLUE value IS 6 (2.73% from 255) = 4.03%
R=65.77%
G=30.20%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9845600.540.940.6225.4388.4620.39
Hex622D60365E3E195814
Octal142556066136763113024
Binary11000101011011100110110101111011111011001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,45,6); }

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

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

 a { background-color: rgb(98,45,6); }

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

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

 span { border-color: rgb(98,45,6); }

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