#621F03

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

Shades of Baker's Chocolate #621F03

Tints of Baker's Chocolate #621F03

Color information

#621F03 (or 0x621F03) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 1F and 03. RGB value is (98,31,3). Sum of RGB (Red+Green+Blue) = 98+31+3=132 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.24% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 98 - color contains mainly: red. Hex color #621F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621F03 is #9DE0FC. Grayscale: #303030. Windows color (decimal): -10346749 or 204642. OLE color: 204642.

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

Color convert

RGB98313-
CMYK00.680.970.62
HSL17.68º94.06%19.8%-
HSV(B)17.68º96.94%38.43%-
XYZ5.543.580.49-
YUV47.84102.7163.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 74.24%
GREEN value IS 31 (12.5% from 255) = 23.48%
BLUE value IS 3 (1.56% from 255) = 2.27%
R=74.24%
G=23.48%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9831300.680.970.6217.6894.0619.8
Hex621F3044613E125e14
Octal1423730104141762213624
Binary1100010111111101000100110000111111010010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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