Html Css Color HEX #613115 Baker's Chocolate

📋 copy color: '#613115'

red 97 ◦ green 49 ◦ blue 21

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

Shades of Baker's Chocolate #613115

Tints of Baker's Chocolate #613115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.57%

R = 58.08%
G = 29.34%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#613115 (or 0x613115) is known color: Baker's Chocolate. HEX triplet: 61, 31 and 15. RGB value is (97,49,21). Sum of RGB (Red+Green+Blue) = 97+49+21=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #613115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613115 is #9ECEEA. Grayscale: #3C3C3C. Windows color (decimal): -10407659 or 1388897. OLE color: 1388897.

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

Color convert

RGB 97 49 21 -
CMYK 0 0.49 0.78 0.62
HSL 22.11º 0.64% 0.23% -
HSV(B) 22.11º 0.78% 0.38% -
XYZ 6.16 4.79 1.31 -
YUV 60.16 105.9 154.28 -
System Red Green Blue C M Y K H S L
Decimal 97 49 21 0 0.49 0.78 0.62 22.11 0.64 0.23
Hex 61 31 15 0 31 4E 3E 16 40 17
Octal 141 61 25 0 61 116 76 26 100 27
Binary 1100001 110001 10101 0 110001 1001110 111110 10110 1000000 10111

Color Harmonies of #613115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613115

Black with #613115

Text Example


Text Example

White with #613115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613115; }

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

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

background-color css

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

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

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

border-color css

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

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

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