#621C03

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

Shades of Baker's Chocolate #621C03

Tints of Baker's Chocolate #621C03

Color information

#621C03 (or 0x621C03) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 1C and 03. RGB value is (98,28,3). Sum of RGB (Red+Green+Blue) = 98+28+3=129 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.97% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 98 - color contains mainly: red. Hex color #621C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621C03 is #9DE3FC. Grayscale: #2E2E2E. Windows color (decimal): -10347517 or 203874. OLE color: 203874.

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

Color convert

RGB98283-
CMYK00.710.970.62
HSL15.79º94.06%19.8%-
HSV(B)15.79º96.94%38.43%-
XYZ5.473.430.46-
YUV46.08103.69165.03-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 75.97%
GREEN value IS 28 (11.33% from 255) = 21.71%
BLUE value IS 3 (1.56% from 255) = 2.33%
R=75.97%
G=21.71%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9828300.710.970.6215.7994.0619.8
Hex621C3047613E105e14
Octal1423430107141762013624
Binary1100010111001101000111110000111111010000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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