Html Css Color HEX #621B00 Baker's Chocolate

📋 copy color: '#621B00'

red 98 ◦ green 27 ◦ blue 0

#621B00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #621B00

Tints of Baker's Chocolate #621B00

RGB

 RED value IS 98 (38.67% from 255) = 78.4%

 GREEN value IS 27 (10.94% from 255) = 21.6%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.4%
G = 21.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#621B00 (or 0x621B00) is known color: Baker's Chocolate. HEX triplet: 62, 1B and 00. RGB value is (98,27,0). Sum of RGB (Red+Green+Blue) = 98+27+0=125 (16% of max value = 765). Red value is 98 (38.67% from 255 or 78.4% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 98 - color contains mainly: red. Hex color #621B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621B00 is #9DE4FF. Grayscale: #2D2D2D. Windows color (decimal): -10347776 or 7010. OLE color: 7010.

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

Color convert

RGB 98 27 0 -
CMYK 0 0.72 1 0.62
HSL 16.53º 1% 0.19% -
HSV(B) 16.53º 1% 0.38% -
XYZ 5.43 3.38 0.37 -
YUV 45.15 102.52 165.7 -
System Red Green Blue C M Y K H S L
Decimal 98 27 0 0 0.72 1 0.62 16.53 1 0.19
Hex 62 1B 0 0 48 64 3E 11 64 13
Octal 142 33 0 0 110 144 76 21 144 23
Binary 1100010 11011 0 0 1001000 1100100 111110 10001 1100100 10011

Color Harmonies of #621B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621B00

Black with #621B00

Text Example


Text Example

White with #621B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #621B00;
 }
 .AnyTagClassName
 {
   color: #621B00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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