Html Css Color HEX #61290C Baker's Chocolate

📋 copy color: '#61290C'

red 97 ◦ green 41 ◦ blue 12

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

Shades of Baker's Chocolate #61290C

Tints of Baker's Chocolate #61290C

RGB

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

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

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

R = 64.67%
G = 27.33%
B = 8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#61290C (or 0x61290C) is known color: Baker's Chocolate. HEX triplet: 61, 29 and 0C. RGB value is (97,41,12). Sum of RGB (Red+Green+Blue) = 97+41+12=150 (19% of max value = 765). Red value is 97 (38.28% from 255 or 64.67% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 97 - color contains mainly: red. Hex color #61290C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61290C is #9ED6F3. Grayscale: #363636. Windows color (decimal): -10409716 or 797025. OLE color: 797025.

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

Color convert

RGB 97 41 12 -
CMYK 0 0.58 0.88 0.62
HSL 20.47º 0.78% 0.21% -
HSV(B) 20.47º 0.88% 0.38% -
XYZ 5.79 4.15 0.84 -
YUV 54.44 104.05 158.36 -
System Red Green Blue C M Y K H S L
Decimal 97 41 12 0 0.58 0.88 0.62 20.47 0.78 0.21
Hex 61 29 C 0 3A 58 3E 14 4E 15
Octal 141 51 14 0 72 130 76 24 116 25
Binary 1100001 101001 1100 0 111010 1011000 111110 10100 1001110 10101

Color Harmonies of #61290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61290C

Black with #61290C

Text Example


Text Example

White with #61290C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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