Html Css Color HEX #613118 Baker's Chocolate

📋 copy color: '#613118'

red 97 ◦ green 49 ◦ blue 24

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

Shades of Baker's Chocolate #613118

Tints of Baker's Chocolate #613118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.12%

R = 57.06%
G = 28.82%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#613118 (or 0x613118) is known color: Baker's Chocolate. HEX triplet: 61, 31 and 18. RGB value is (97,49,24). Sum of RGB (Red+Green+Blue) = 97+49+24=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #613118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613118 is #9ECEE7. Grayscale: #3C3C3C. Windows color (decimal): -10407656 or 1585505. OLE color: 1585505.

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

Color convert

RGB 97 49 24 -
CMYK 0 0.49 0.75 0.62
HSL 20.55º 0.6% 0.24% -
HSV(B) 20.55º 0.75% 0.38% -
XYZ 6.19 4.8 1.47 -
YUV 60.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 97 49 24 0 0.49 0.75 0.62 20.55 0.6 0.24
Hex 61 31 18 0 31 4B 3E 15 3C 18
Octal 141 61 30 0 61 113 76 25 74 30
Binary 1100001 110001 11000 0 110001 1001011 111110 10101 111100 11000

Color Harmonies of #613118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613118

Black with #613118

Text Example


Text Example

White with #613118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613118; }

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

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

background-color css

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

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

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

border-color css

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

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

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