#621E00

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

Shades of Baker's Chocolate #621E00

Tints of Baker's Chocolate #621E00

Color information

#621E00 (or 0x621E00) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 1E and 00. RGB value is (98,30,0). Sum of RGB (Red+Green+Blue) = 98+30+0=128 (16% of max value = 765). Red value is 98 (38.67% from 255 or 76.56% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 98 - color contains mainly: red. Hex color #621E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621E00 is #9DE1FF. Grayscale: #2F2F2F. Windows color (decimal): -10347008 or 7778. OLE color: 7778.

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

Color convert

RGB98300-
CMYK00.6910.62
HSL18.37º100%19.22%-
HSV(B)18.37º100%38.43%-
XYZ5.53.530.39-
YUV46.91101.53164.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 76.56%
GREEN value IS 30 (12.11% from 255) = 23.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.56%
G=23.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9830000.6910.6218.3710019.22
Hex621E0045643E126413
Octal1423600105144762214423
Binary110001011110001000101110010011111010010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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