Html Css Color HEX #61290E Baker's Chocolate

📋 copy color: '#61290E'

red 97 ◦ green 41 ◦ blue 14

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

Shades of Baker's Chocolate #61290E

Tints of Baker's Chocolate #61290E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.21%

R = 63.82%
G = 26.97%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#61290E (or 0x61290E) is known color: Baker's Chocolate. HEX triplet: 61, 29 and 0E. RGB value is (97,41,14). Sum of RGB (Red+Green+Blue) = 97+41+14=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #61290E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61290E is #9ED6F1. Grayscale: #363636. Windows color (decimal): -10409714 or 928097. OLE color: 928097.

HSL color Cylindrical-coordinate representation of color #61290E: hue angle of 19.52º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #61290E is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 41 14 -
CMYK 0 0.58 0.86 0.62
HSL 19.52º 0.75% 0.22% -
HSV(B) 19.52º 0.86% 0.38% -
XYZ 5.8 4.16 0.91 -
YUV 54.67 105.05 158.2 -
System Red Green Blue C M Y K H S L
Decimal 97 41 14 0 0.58 0.86 0.62 19.52 0.75 0.22
Hex 61 29 E 0 3A 56 3E 14 4B 16
Octal 141 51 16 0 72 126 76 24 113 26
Binary 1100001 101001 1110 0 111010 1010110 111110 10100 1001011 10110

Color Harmonies of #61290E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61290E

Black with #61290E

Text Example


Text Example

White with #61290E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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