Html Css Color HEX #613117 Baker's Chocolate

📋 copy color: '#613117'

red 97 ◦ green 49 ◦ blue 23

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

Shades of Baker's Chocolate #613117

Tints of Baker's Chocolate #613117

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.99%

 BLUE value IS 23 (9.38% from 255) = 13.61%

R = 57.4%
G = 28.99%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#613117 (or 0x613117) is known color: Baker's Chocolate. HEX triplet: 61, 31 and 17. RGB value is (97,49,23). Sum of RGB (Red+Green+Blue) = 97+49+23=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #613117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613117 is #9ECEE8. Grayscale: #3C3C3C. Windows color (decimal): -10407657 or 1519969. OLE color: 1519969.

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

Color convert

RGB 97 49 23 -
CMYK 0 0.49 0.76 0.62
HSL 21.08º 0.62% 0.24% -
HSV(B) 21.08º 0.76% 0.38% -
XYZ 6.18 4.8 1.41 -
YUV 60.39 106.9 154.11 -
System Red Green Blue C M Y K H S L
Decimal 97 49 23 0 0.49 0.76 0.62 21.08 0.62 0.24
Hex 61 31 17 0 31 4C 3E 15 3E 18
Octal 141 61 27 0 61 114 76 25 76 30
Binary 1100001 110001 10111 0 110001 1001100 111110 10101 111110 11000

Color Harmonies of #613117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613117

Black with #613117

Text Example


Text Example

White with #613117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613117; }

 p { color: rgb(97,49,23); }

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

background-color css

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

 a { background-color: rgb(97,49,23); }

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

border-color css

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

 span { border-color: rgb(97,49,23); }

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