Html Css Color HEX #612000 Baker's Chocolate

📋 copy color: '#612000'

red 97 ◦ green 32 ◦ blue 0

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

Shades of Baker's Chocolate #612000

Tints of Baker's Chocolate #612000

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.81%

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

R = 75.19%
G = 24.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#612000 (or 0x612000) is known color: Baker's Chocolate. HEX triplet: 61, 20 and 00. RGB value is (97,32,0). Sum of RGB (Red+Green+Blue) = 97+32+0=129 (17% of max value = 765). Red value is 97 (38.28% from 255 or 75.19% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 97 - color contains mainly: red. Hex color #612000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612000 is #9EDFFF. Grayscale: #2F2F2F. Windows color (decimal): -10412032 or 8289. OLE color: 8289.

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

Color convert

RGB 97 32 0 -
CMYK 0 0.67 1 0.62
HSL 19.79º 1% 0.19% -
HSV(B) 19.79º 1% 0.38% -
XYZ 5.45 3.57 0.4 -
YUV 47.79 101.03 163.1 -
System Red Green Blue C M Y K H S L
Decimal 97 32 0 0 0.67 1 0.62 19.79 1 0.19
Hex 61 20 0 0 43 64 3E 14 64 13
Octal 141 40 0 0 103 144 76 24 144 23
Binary 1100001 100000 0 0 1000011 1100100 111110 10100 1100100 10011

Color Harmonies of #612000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612000

Black with #612000

Text Example


Text Example

White with #612000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612000; }

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

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

background-color css

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

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

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

border-color css

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

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

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