Html Css Color HEX #61370F Baker's Chocolate

📋 copy color: '#61370F'

red 97 ◦ green 55 ◦ blue 15

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

Shades of Baker's Chocolate #61370F

Tints of Baker's Chocolate #61370F

RGB

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

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

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

R = 58.08%
G = 32.93%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#61370F (or 0x61370F) is known color: Baker's Chocolate. HEX triplet: 61, 37 and 0F. RGB value is (97,55,15). Sum of RGB (Red+Green+Blue) = 97+55+15=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #61370F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61370F is #9EC8F0. Grayscale: #3F3F3F. Windows color (decimal): -10406129 or 997217. OLE color: 997217.

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

Color convert

RGB 97 55 15 -
CMYK 0 0.43 0.85 0.62
HSL 29.27º 0.73% 0.22% -
HSV(B) 29.27º 0.85% 0.38% -
XYZ 6.38 5.31 1.14 -
YUV 63 100.91 152.25 -
System Red Green Blue C M Y K H S L
Decimal 97 55 15 0 0.43 0.85 0.62 29.27 0.73 0.22
Hex 61 37 F 0 2B 55 3E 1D 49 16
Octal 141 67 17 0 53 125 76 35 111 26
Binary 1100001 110111 1111 0 101011 1010101 111110 11101 1001001 10110

Color Harmonies of #61370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61370F

Black with #61370F

Text Example


Text Example

White with #61370F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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