#621F04

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

Shades of Baker's Chocolate #621F04

Tints of Baker's Chocolate #621F04

Color information

#621F04 (or 0x621F04) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 1F and 04. RGB value is (98,31,4). Sum of RGB (Red+Green+Blue) = 98+31+4=133 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.68% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 98 - color contains mainly: red. Hex color #621F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621F04 is #9DE0FB. Grayscale: #303030. Windows color (decimal): -10346748 or 270178. OLE color: 270178.

HSL color Cylindrical-coordinate representation of color #621F04: hue angle of 17.23º 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 #621F04 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB98314-
CMYK00.680.960.62
HSL17.23º92.16%20%-
HSV(B)17.23º95.92%38.43%-
XYZ5.553.590.51-
YUV47.96103.2163.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 73.68%
GREEN value IS 31 (12.5% from 255) = 23.31%
BLUE value IS 4 (1.95% from 255) = 3.01%
R=73.68%
G=23.31%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9831400.680.960.6217.2392.1620
Hex621F4044603E115c14
Octal1423740104140762113424
Binary11000101111110001000100110000011111010001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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