Html Css Color HEX #613815 Baker's Chocolate

📋 copy color: '#613815'

red 97 ◦ green 56 ◦ blue 21

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

Shades of Baker's Chocolate #613815

Tints of Baker's Chocolate #613815

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.18%

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

R = 55.75%
G = 32.18%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#613815 (or 0x613815) is known color: Baker's Chocolate. HEX triplet: 61, 38 and 15. RGB value is (97,56,21). Sum of RGB (Red+Green+Blue) = 97+56+21=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #613815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613815 is #9EC7EA. Grayscale: #404040. Windows color (decimal): -10405867 or 1390689. OLE color: 1390689.

HSL color Cylindrical-coordinate representation of color #613815: hue angle of 27.63º 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 #613815 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 56 21 -
CMYK 0 0.42 0.78 0.62
HSL 27.63º 0.64% 0.23% -
HSV(B) 27.63º 0.78% 0.38% -
XYZ 6.48 5.42 1.41 -
YUV 64.27 103.58 151.35 -
System Red Green Blue C M Y K H S L
Decimal 97 56 21 0 0.42 0.78 0.62 27.63 0.64 0.23
Hex 61 38 15 0 2A 4E 3E 1C 40 17
Octal 141 70 25 0 52 116 76 34 100 27
Binary 1100001 111000 10101 0 101010 1001110 111110 11100 1000000 10111

Color Harmonies of #613815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613815

Black with #613815

Text Example


Text Example

White with #613815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613815; }

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

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

background-color css

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

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

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

border-color css

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

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

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