Html Css Color HEX #61290F Baker's Chocolate

📋 copy color: '#61290F'

red 97 ◦ green 41 ◦ blue 15

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

Shades of Baker's Chocolate #61290F

Tints of Baker's Chocolate #61290F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.8%

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

R = 63.4%
G = 26.8%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#61290F (or 0x61290F) is known color: Baker's Chocolate. HEX triplet: 61, 29 and 0F. RGB value is (97,41,15). Sum of RGB (Red+Green+Blue) = 97+41+15=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #61290F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61290F is #9ED6F0. Grayscale: #363636. Windows color (decimal): -10409713 or 993633. OLE color: 993633.

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

Color convert

RGB 97 41 15 -
CMYK 0 0.58 0.85 0.62
HSL 19.02º 0.73% 0.22% -
HSV(B) 19.02º 0.85% 0.38% -
XYZ 5.81 4.16 0.95 -
YUV 54.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 97 41 15 0 0.58 0.85 0.62 19.02 0.73 0.22
Hex 61 29 F 0 3A 55 3E 13 49 16
Octal 141 51 17 0 72 125 76 23 111 26
Binary 1100001 101001 1111 0 111010 1010101 111110 10011 1001001 10110

Color Harmonies of #61290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61290F

Black with #61290F

Text Example


Text Example

White with #61290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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