Html Css Color HEX #613114 Baker's Chocolate

📋 copy color: '#613114'

red 97 ◦ green 49 ◦ blue 20

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

Shades of Baker's Chocolate #613114

Tints of Baker's Chocolate #613114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.05%

R = 58.43%
G = 29.52%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#613114 (or 0x613114) is known color: Baker's Chocolate. HEX triplet: 61, 31 and 14. RGB value is (97,49,20). Sum of RGB (Red+Green+Blue) = 97+49+20=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #613114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613114 is #9ECEEB. Grayscale: #3C3C3C. Windows color (decimal): -10407660 or 1323361. OLE color: 1323361.

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

Color convert

RGB 97 49 20 -
CMYK 0 0.49 0.79 0.62
HSL 22.6º 0.66% 0.23% -
HSV(B) 22.6º 0.79% 0.38% -
XYZ 6.15 4.79 1.26 -
YUV 60.05 105.4 154.36 -
System Red Green Blue C M Y K H S L
Decimal 97 49 20 0 0.49 0.79 0.62 22.6 0.66 0.23
Hex 61 31 14 0 31 4F 3E 17 42 17
Octal 141 61 24 0 61 117 76 27 102 27
Binary 1100001 110001 10100 0 110001 1001111 111110 10111 1000010 10111

Color Harmonies of #613114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613114

Black with #613114

Text Example


Text Example

White with #613114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613114; }

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

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

background-color css

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

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

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

border-color css

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

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

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