Html Css Color HEX #621E01 Baker's Chocolate

📋 copy color: '#621E01'

red 98 ◦ green 30 ◦ blue 1

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

Shades of Baker's Chocolate #621E01

Tints of Baker's Chocolate #621E01

RGB

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

 GREEN value IS 30 (12.11% from 255) = 23.26%

 BLUE value IS 1 (0.78% from 255) = 0.78%

R = 75.97%
G = 23.26%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#621E01 (or 0x621E01) is known color: Baker's Chocolate. HEX triplet: 62, 1E and 01. RGB value is (98,30,1). Sum of RGB (Red+Green+Blue) = 98+30+1=129 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.97% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 98 - color contains mainly: red. Hex color #621E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621E01 is #9DE1FE. Grayscale: #2F2F2F. Windows color (decimal): -10347007 or 73314. OLE color: 73314.

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

Color convert

RGB 98 30 1 -
CMYK 0 0.69 0.99 0.62
HSL 17.94º 0.98% 0.19% -
HSV(B) 17.94º 0.99% 0.38% -
XYZ 5.51 3.53 0.42 -
YUV 47.03 102.03 164.36 -
System Red Green Blue C M Y K H S L
Decimal 98 30 1 0 0.69 0.99 0.62 17.94 0.98 0.19
Hex 62 1E 1 0 45 63 3E 12 62 13
Octal 142 36 1 0 105 143 76 22 142 23
Binary 1100010 11110 1 0 1000101 1100011 111110 10010 1100010 10011

Color Harmonies of #621E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621E01

Black with #621E01

Text Example


Text Example

White with #621E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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