Html Css Color HEX #61240C Baker's Chocolate

📋 copy color: '#61240C'

red 97 ◦ green 36 ◦ blue 12

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

Shades of Baker's Chocolate #61240C

Tints of Baker's Chocolate #61240C

RGB

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

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

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

R = 66.9%
G = 24.83%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#61240C (or 0x61240C) is known color: Baker's Chocolate. HEX triplet: 61, 24 and 0C. RGB value is (97,36,12). Sum of RGB (Red+Green+Blue) = 97+36+12=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #61240C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61240C is #9EDBF3. Grayscale: #333333. Windows color (decimal): -10410996 or 795745. OLE color: 795745.

HSL color Cylindrical-coordinate representation of color #61240C: hue angle of 16.94º 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 #61240C is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 36 12 -
CMYK 0 0.63 0.88 0.62
HSL 16.94º 0.78% 0.21% -
HSV(B) 16.94º 0.88% 0.38% -
XYZ 5.63 3.83 0.79 -
YUV 51.5 105.71 160.45 -
System Red Green Blue C M Y K H S L
Decimal 97 36 12 0 0.63 0.88 0.62 16.94 0.78 0.21
Hex 61 24 C 0 3F 58 3E 11 4E 15
Octal 141 44 14 0 77 130 76 21 116 25
Binary 1100001 100100 1100 0 111111 1011000 111110 10001 1001110 10101

Color Harmonies of #61240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61240C

Black with #61240C

Text Example


Text Example

White with #61240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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