Html Css Color HEX #61240B Baker's Chocolate

📋 copy color: '#61240B'

red 97 ◦ green 36 ◦ blue 11

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

Shades of Baker's Chocolate #61240B

Tints of Baker's Chocolate #61240B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25%

 BLUE value IS 11 (4.69% from 255) = 7.64%

R = 67.36%
G = 25%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#61240B (or 0x61240B) is known color: Baker's Chocolate. HEX triplet: 61, 24 and 0B. RGB value is (97,36,11). Sum of RGB (Red+Green+Blue) = 97+36+11=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #61240B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61240B is #9EDBF4. Grayscale: #333333. Windows color (decimal): -10410997 or 730209. OLE color: 730209.

HSL color Cylindrical-coordinate representation of color #61240B: hue angle of 17.44º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #61240B is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 36 11 -
CMYK 0 0.63 0.89 0.62
HSL 17.44º 0.8% 0.21% -
HSV(B) 17.44º 0.89% 0.38% -
XYZ 5.62 3.83 0.76 -
YUV 51.39 105.21 160.53 -
System Red Green Blue C M Y K H S L
Decimal 97 36 11 0 0.63 0.89 0.62 17.44 0.8 0.21
Hex 61 24 B 0 3F 59 3E 11 50 15
Octal 141 44 13 0 77 131 76 21 120 25
Binary 1100001 100100 1011 0 111111 1011001 111110 10001 1010000 10101

Color Harmonies of #61240B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61240B

Black with #61240B

Text Example


Text Example

White with #61240B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61240B; }

 p { color: rgb(97,36,11); }

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

background-color css

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

 a { background-color: rgb(97,36,11); }

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

border-color css

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

 span { border-color: rgb(97,36,11); }

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