Html Css Color HEX #61240F Baker's Chocolate

📋 copy color: '#61240F'

red 97 ◦ green 36 ◦ blue 15

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

Shades of Baker's Chocolate #61240F

Tints of Baker's Chocolate #61240F

RGB

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

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

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

R = 65.54%
G = 24.32%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#61240F (or 0x61240F) is known color: Baker's Chocolate. HEX triplet: 61, 24 and 0F. RGB value is (97,36,15). Sum of RGB (Red+Green+Blue) = 97+36+15=148 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.54% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 97 - color contains mainly: red. Hex color #61240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61240F is #9EDBF0. Grayscale: #333333. Windows color (decimal): -10410993 or 992353. OLE color: 992353.

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

Color convert

RGB 97 36 15 -
CMYK 0 0.63 0.85 0.62
HSL 15.37º 0.73% 0.22% -
HSV(B) 15.37º 0.85% 0.38% -
XYZ 5.65 3.84 0.9 -
YUV 51.85 107.21 160.21 -
System Red Green Blue C M Y K H S L
Decimal 97 36 15 0 0.63 0.85 0.62 15.37 0.73 0.22
Hex 61 24 F 0 3F 55 3E F 49 16
Octal 141 44 17 0 77 125 76 17 111 26
Binary 1100001 100100 1111 0 111111 1010101 111110 1111 1001001 10110

Color Harmonies of #61240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61240F

Black with #61240F

Text Example


Text Example

White with #61240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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