Html Css Color HEX #61370D Baker's Chocolate

📋 copy color: '#61370D'

red 97 ◦ green 55 ◦ blue 13

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

Shades of Baker's Chocolate #61370D

Tints of Baker's Chocolate #61370D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 33.33%

 BLUE value IS 13 (5.47% from 255) = 7.88%

R = 58.79%
G = 33.33%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#61370D (or 0x61370D) is known color: Baker's Chocolate. HEX triplet: 61, 37 and 0D. RGB value is (97,55,13). Sum of RGB (Red+Green+Blue) = 97+55+13=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #61370D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61370D is #9EC8F2. Grayscale: #3E3E3E. Windows color (decimal): -10406131 or 866145. OLE color: 866145.

HSL color Cylindrical-coordinate representation of color #61370D: hue angle of 30º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61370D is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 55 13 -
CMYK 0 0.43 0.87 0.62
HSL 30º 0.76% 0.22% -
HSV(B) 30º 0.87% 0.38% -
XYZ 6.37 5.3 1.07 -
YUV 62.77 99.91 152.42 -
System Red Green Blue C M Y K H S L
Decimal 97 55 13 0 0.43 0.87 0.62 30 0.76 0.22
Hex 61 37 D 0 2B 57 3E 1E 4C 16
Octal 141 67 15 0 53 127 76 36 114 26
Binary 1100001 110111 1101 0 101011 1010111 111110 11110 1001100 10110

Color Harmonies of #61370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61370D

Black with #61370D

Text Example


Text Example

White with #61370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61370D; }

 p { color: rgb(97,55,13); }

 H1.HeaderClassName
 {
   color: #61370D;
 }
 .AnyTagClassName
 {
   color: #61370D;
 }
</style>

background-color css

<style>
 a { background-color: #61370D; }

 a { background-color: rgb(97,55,13); }

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

border-color css

<style>
 span { border-color: #61370D; }

 span { border-color: rgb(97,55,13); }

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