#622F04

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

Shades of Baker's Chocolate #622F04

Tints of Baker's Chocolate #622F04

Color information

#622F04 (or 0x622F04) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2F and 04. RGB value is (98,47,4). Sum of RGB (Red+Green+Blue) = 98+47+4=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #622F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622F04 is #9DD0FB. Grayscale: #393939. Windows color (decimal): -10342652 or 274274. OLE color: 274274.

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

Color convert

RGB98474-
CMYK00.520.960.62
HSL27.45º92.16%20%-
HSV(B)27.45º95.92%38.43%-
XYZ6.084.640.69-
YUV57.3597.9157-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.77%
GREEN value IS 47 (18.75% from 255) = 31.54%
BLUE value IS 4 (1.95% from 255) = 2.68%
R=65.77%
G=31.54%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9847400.520.960.6227.4592.1620
Hex622F4034603E1b5c14
Octal142574064140763313424
Binary11000101011111000110100110000011111011011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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