#622F06

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

Shades of Baker's Chocolate #622F06

Tints of Baker's Chocolate #622F06

Color information

#622F06 (or 0x622F06) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2F and 06. RGB value is (98,47,6). Sum of RGB (Red+Green+Blue) = 98+47+6=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #622F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622F06 is #9DD0F9. Grayscale: #393939. Windows color (decimal): -10342650 or 405346. OLE color: 405346.

HSL color Cylindrical-coordinate representation of color #622F06: hue angle of 26.74º 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 #622F06 is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB98476-
CMYK00.520.940.62
HSL26.74º88.46%20.39%-
HSV(B)26.74º93.88%38.43%-
XYZ6.094.640.75-
YUV57.5898.9156.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.90%
GREEN value IS 47 (18.75% from 255) = 31.13%
BLUE value IS 6 (2.73% from 255) = 3.97%
R=64.90%
G=31.13%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9847600.520.940.6226.7488.4620.39
Hex622F60345E3E1b5814
Octal142576064136763313024
Binary11000101011111100110100101111011111011011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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