Html Css Color HEX #613713 Baker's Chocolate

📋 copy color: '#613713'

red 97 ◦ green 55 ◦ blue 19

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

Shades of Baker's Chocolate #613713

Tints of Baker's Chocolate #613713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.11%

R = 56.73%
G = 32.16%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#613713 (or 0x613713) is known color: Baker's Chocolate. HEX triplet: 61, 37 and 13. RGB value is (97,55,19). Sum of RGB (Red+Green+Blue) = 97+55+19=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #613713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613713 is #9EC8EC. Grayscale: #3F3F3F. Windows color (decimal): -10406125 or 1259361. OLE color: 1259361.

HSL color Cylindrical-coordinate representation of color #613713: hue angle of 27.69º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #613713 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 55 19 -
CMYK 0 0.43 0.80 0.62
HSL 27.69º 0.67% 0.23% -
HSV(B) 27.69º 0.8% 0.38% -
XYZ 6.41 5.32 1.31 -
YUV 63.45 102.91 151.93 -
System Red Green Blue C M Y K H S L
Decimal 97 55 19 0 0.43 0.80 0.62 27.69 0.67 0.23
Hex 61 37 13 0 2B 50 3E 1C 43 17
Octal 141 67 23 0 53 120 76 34 103 27
Binary 1100001 110111 10011 0 101011 1010000 111110 11100 1000011 10111

Color Harmonies of #613713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613713

Black with #613713

Text Example


Text Example

White with #613713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613713; }

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

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

background-color css

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

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

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

border-color css

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

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

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