Html Css Color HEX #612900 Baker's Chocolate

📋 copy color: '#612900'

red 97 ◦ green 41 ◦ blue 0

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

Shades of Baker's Chocolate #612900

Tints of Baker's Chocolate #612900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.71%

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

R = 70.29%
G = 29.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#612900 (or 0x612900) is known color: Baker's Chocolate. HEX triplet: 61, 29 and 00. RGB value is (97,41,0). Sum of RGB (Red+Green+Blue) = 97+41+0=138 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.29% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 97 - color contains mainly: red. Hex color #612900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612900 is #9ED6FF. Grayscale: #353535. Windows color (decimal): -10409728 or 10593. OLE color: 10593.

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

Color convert

RGB 97 41 0 -
CMYK 0 0.58 1 0.62
HSL 25.36º 1% 0.19% -
HSV(B) 25.36º 1% 0.38% -
XYZ 5.72 4.13 0.5 -
YUV 53.07 98.05 159.33 -
System Red Green Blue C M Y K H S L
Decimal 97 41 0 0 0.58 1 0.62 25.36 1 0.19
Hex 61 29 0 0 3A 64 3E 19 64 13
Octal 141 51 0 0 72 144 76 31 144 23
Binary 1100001 101001 0 0 111010 1100100 111110 11001 1100100 10011

Color Harmonies of #612900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612900

Black with #612900

Text Example


Text Example

White with #612900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612900; }

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

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

background-color css

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

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

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

border-color css

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

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

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