Html Css Color HEX #613101 Baker's Chocolate

📋 copy color: '#613101'

red 97 ◦ green 49 ◦ blue 1

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

Shades of Baker's Chocolate #613101

Tints of Baker's Chocolate #613101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 65.99%
G = 33.33%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#613101 (or 0x613101) is known color: Baker's Chocolate. HEX triplet: 61, 31 and 01. RGB value is (97,49,1). Sum of RGB (Red+Green+Blue) = 97+49+1=147 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.99% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 97 - color contains mainly: red. Hex color #613101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613101 is #9ECEFE. Grayscale: #3A3A3A. Windows color (decimal): -10407679 or 78177. OLE color: 78177.

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

Color convert

RGB 97 49 1 -
CMYK 0 0.49 0.99 0.62
HSL 30º 0.98% 0.19% -
HSV(B) 30º 0.99% 0.38% -
XYZ 6.03 4.74 0.63 -
YUV 57.88 95.9 155.9 -
System Red Green Blue C M Y K H S L
Decimal 97 49 1 0 0.49 0.99 0.62 30 0.98 0.19
Hex 61 31 1 0 31 63 3E 1E 62 13
Octal 141 61 1 0 61 143 76 36 142 23
Binary 1100001 110001 1 0 110001 1100011 111110 11110 1100010 10011

Color Harmonies of #613101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613101

Black with #613101

Text Example


Text Example

White with #613101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613101; }

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

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

background-color css

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

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

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

border-color css

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

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

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