Html Css Color HEX #613511 Baker's Chocolate

📋 copy color: '#613511'

red 97 ◦ green 53 ◦ blue 17

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

Shades of Baker's Chocolate #613511

Tints of Baker's Chocolate #613511

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.74%

 BLUE value IS 17 (7.03% from 255) = 10.18%

R = 58.08%
G = 31.74%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#613511 (or 0x613511) is known color: Baker's Chocolate. HEX triplet: 61, 35 and 11. RGB value is (97,53,17). Sum of RGB (Red+Green+Blue) = 97+53+17=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #613511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613511 is #9ECAEE. Grayscale: #3E3E3E. Windows color (decimal): -10406639 or 1127777. OLE color: 1127777.

HSL color Cylindrical-coordinate representation of color #613511: hue angle of 27º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #613511 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 53 17 -
CMYK 0 0.45 0.82 0.62
HSL 27º 0.7% 0.22% -
HSV(B) 27º 0.82% 0.38% -
XYZ 6.3 5.13 1.19 -
YUV 62.05 102.58 152.93 -
System Red Green Blue C M Y K H S L
Decimal 97 53 17 0 0.45 0.82 0.62 27 0.7 0.22
Hex 61 35 11 0 2D 52 3E 1B 46 16
Octal 141 65 21 0 55 122 76 33 106 26
Binary 1100001 110101 10001 0 101101 1010010 111110 11011 1000110 10110

Color Harmonies of #613511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613511

Black with #613511

Text Example


Text Example

White with #613511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613511; }

 p { color: rgb(97,53,17); }

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

background-color css

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

 a { background-color: rgb(97,53,17); }

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

border-color css

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

 span { border-color: rgb(97,53,17); }

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