Html Css Color HEX #621F06 Baker's Chocolate

📋 copy color: '#621F06'

red 98 ◦ green 31 ◦ blue 6

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

Shades of Baker's Chocolate #621F06

Tints of Baker's Chocolate #621F06

RGB

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

 GREEN value IS 31 (12.5% from 255) = 22.96%

 BLUE value IS 6 (2.73% from 255) = 4.44%

R = 72.59%
G = 22.96%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#621F06 (or 0x621F06) is known color: Baker's Chocolate. HEX triplet: 62, 1F and 06. RGB value is (98,31,6). Sum of RGB (Red+Green+Blue) = 98+31+6=135 (17% of max value = 765). Red value is 98 (38.67% from 255 or 72.59% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 98 - color contains mainly: red. Hex color #621F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621F06 is #9DE0F9. Grayscale: #303030. Windows color (decimal): -10346746 or 401250. OLE color: 401250.

HSL color Cylindrical-coordinate representation of color #621F06: hue angle of 16.3º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #621F06 is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 31 6 -
CMYK 0 0.68 0.94 0.62
HSL 16.3º 0.88% 0.2% -
HSV(B) 16.3º 0.94% 0.38% -
XYZ 5.56 3.59 0.57 -
YUV 48.18 104.2 163.53 -
System Red Green Blue C M Y K H S L
Decimal 98 31 6 0 0.68 0.94 0.62 16.3 0.88 0.2
Hex 62 1F 6 0 44 5E 3E 10 58 14
Octal 142 37 6 0 104 136 76 20 130 24
Binary 1100010 11111 110 0 1000100 1011110 111110 10000 1011000 10100

Color Harmonies of #621F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621F06

Black with #621F06

Text Example


Text Example

White with #621F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,31,6); }

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

background-color css

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

 a { background-color: rgb(98,31,6); }

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

border-color css

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

 span { border-color: rgb(98,31,6); }

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