Html Css Color HEX #61250C Baker's Chocolate

📋 copy color: '#61250C'

red 97 ◦ green 37 ◦ blue 12

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

Shades of Baker's Chocolate #61250C

Tints of Baker's Chocolate #61250C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.34%

 BLUE value IS 12 (5.08% from 255) = 8.22%

R = 66.44%
G = 25.34%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#61250C (or 0x61250C) is known color: Baker's Chocolate. HEX triplet: 61, 25 and 0C. RGB value is (97,37,12). Sum of RGB (Red+Green+Blue) = 97+37+12=146 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.44% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 97 - color contains mainly: red. Hex color #61250C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61250C is #9EDAF3. Grayscale: #343434. Windows color (decimal): -10410740 or 796001. OLE color: 796001.

HSL color Cylindrical-coordinate representation of color #61250C: hue angle of 17.65º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #61250C is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 37 12 -
CMYK 0 0.62 0.88 0.62
HSL 17.65º 0.78% 0.21% -
HSV(B) 17.65º 0.88% 0.38% -
XYZ 5.66 3.89 0.8 -
YUV 52.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 97 37 12 0 0.62 0.88 0.62 17.65 0.78 0.21
Hex 61 25 C 0 3E 58 3E 12 4E 15
Octal 141 45 14 0 76 130 76 22 116 25
Binary 1100001 100101 1100 0 111110 1011000 111110 10010 1001110 10101

Color Harmonies of #61250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61250C

Black with #61250C

Text Example


Text Example

White with #61250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61250C; }

 p { color: rgb(97,37,12); }

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

background-color css

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

 a { background-color: rgb(97,37,12); }

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

border-color css

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

 span { border-color: rgb(97,37,12); }

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