Html Css Color HEX #612200 Baker's Chocolate

📋 copy color: '#612200'

red 97 ◦ green 34 ◦ blue 0

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

Shades of Baker's Chocolate #612200

Tints of Baker's Chocolate #612200

RGB

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

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

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

R = 74.05%
G = 25.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#612200 (or 0x612200) is known color: Baker's Chocolate. HEX triplet: 61, 22 and 00. RGB value is (97,34,0). Sum of RGB (Red+Green+Blue) = 97+34+0=131 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.05% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 97 - color contains mainly: red. Hex color #612200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612200 is #9EDDFF. Grayscale: #313131. Windows color (decimal): -10411520 or 8801. OLE color: 8801.

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

Color convert

RGB 97 34 0 -
CMYK 0 0.65 1 0.62
HSL 21.03º 1% 0.19% -
HSV(B) 21.03º 1% 0.38% -
XYZ 5.5 3.69 0.42 -
YUV 48.96 100.37 162.26 -
System Red Green Blue C M Y K H S L
Decimal 97 34 0 0 0.65 1 0.62 21.03 1 0.19
Hex 61 22 0 0 41 64 3E 15 64 13
Octal 141 42 0 0 101 144 76 25 144 23
Binary 1100001 100010 0 0 1000001 1100100 111110 10101 1100100 10011

Color Harmonies of #612200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612200

Black with #612200

Text Example


Text Example

White with #612200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612200; }

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

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

background-color css

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

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

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

border-color css

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

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

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