#621A00

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

Shades of Baker's Chocolate #621A00

Tints of Baker's Chocolate #621A00

Color information

#621A00 (or 0x621A00) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 1A and 00. RGB value is (98,26,0). Sum of RGB (Red+Green+Blue) = 98+26+0=124 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.03% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 98 - color contains mainly: red. Hex color #621A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621A00 is #9DE5FF. Grayscale: #2C2C2C. Windows color (decimal): -10348032 or 6754. OLE color: 6754.

HSL color Cylindrical-coordinate representation of color #621A00: hue angle of 15.92º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #621A00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB98260-
CMYK00.7310.62
HSL15.92º100%19.22%-
HSV(B)15.92º100%38.43%-
XYZ5.413.340.36-
YUV44.56102.85166.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 79.03%
GREEN value IS 26 (10.55% from 255) = 20.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.03%
G=20.97%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9826000.7310.6215.9210019.22
Hex621A0049643E106413
Octal1423200111144762014423
Binary110001011010001001001110010011111010000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,26,0); }

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

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

 a { background-color: rgb(98,26,0); }

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

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

 span { border-color: rgb(98,26,0); }

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