Html Css Color HEX #612201 Baker's Chocolate

📋 copy color: '#612201'

red 97 ◦ green 34 ◦ blue 1

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

Shades of Baker's Chocolate #612201

Tints of Baker's Chocolate #612201

RGB

 RED value IS 97 (38.28% from 255) = 73.48%

 GREEN value IS 34 (13.67% from 255) = 25.76%

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

R = 73.48%
G = 25.76%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#612201 (or 0x612201) is known color: Baker's Chocolate. HEX triplet: 61, 22 and 01. RGB value is (97,34,1). Sum of RGB (Red+Green+Blue) = 97+34+1=132 (17% of max value = 765). Red value is 97 (38.28% from 255 or 73.48% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 97 - color contains mainly: red. Hex color #612201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612201 is #9EDDFE. Grayscale: #313131. Windows color (decimal): -10411519 or 74337. OLE color: 74337.

HSL color Cylindrical-coordinate representation of color #612201: hue angle of 20.62º 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 #612201 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 34 1 -
CMYK 0 0.65 0.99 0.62
HSL 20.63º 0.98% 0.19% -
HSV(B) 20.63º 0.99% 0.38% -
XYZ 5.51 3.69 0.45 -
YUV 49.08 100.87 162.18 -
System Red Green Blue C M Y K H S L
Decimal 97 34 1 0 0.65 0.99 0.62 20.63 0.98 0.19
Hex 61 22 1 0 41 63 3E 15 62 13
Octal 141 42 1 0 101 143 76 25 142 23
Binary 1100001 100010 1 0 1000001 1100011 111110 10101 1100010 10011

Color Harmonies of #612201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612201

Black with #612201

Text Example


Text Example

White with #612201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612201; }

 p { color: rgb(97,34,1); }

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

background-color css

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

 a { background-color: rgb(97,34,1); }

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

border-color css

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

 span { border-color: rgb(97,34,1); }

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