Html Css Color HEX #61250F Baker's Chocolate

📋 copy color: '#61250F'

red 97 ◦ green 37 ◦ blue 15

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

Shades of Baker's Chocolate #61250F

Tints of Baker's Chocolate #61250F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.07%

R = 65.1%
G = 24.83%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#61250F (or 0x61250F) is known color: Baker's Chocolate. HEX triplet: 61, 25 and 0F. RGB value is (97,37,15). Sum of RGB (Red+Green+Blue) = 97+37+15=149 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.10% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 97 - color contains mainly: red. Hex color #61250F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61250F is #9EDAF0. Grayscale: #343434. Windows color (decimal): -10410737 or 992609. OLE color: 992609.

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

Color convert

RGB 97 37 15 -
CMYK 0 0.62 0.85 0.62
HSL 16.1º 0.73% 0.22% -
HSV(B) 16.1º 0.85% 0.38% -
XYZ 5.68 3.9 0.91 -
YUV 52.43 106.88 159.79 -
System Red Green Blue C M Y K H S L
Decimal 97 37 15 0 0.62 0.85 0.62 16.1 0.73 0.22
Hex 61 25 F 0 3E 55 3E 10 49 16
Octal 141 45 17 0 76 125 76 20 111 26
Binary 1100001 100101 1111 0 111110 1010101 111110 10000 1001001 10110

Color Harmonies of #61250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61250F

Black with #61250F

Text Example


Text Example

White with #61250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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