Html Css Color HEX #613015 Baker's Chocolate

📋 copy color: '#613015'

red 97 ◦ green 48 ◦ blue 21

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

Shades of Baker's Chocolate #613015

Tints of Baker's Chocolate #613015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.92%

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

R = 58.43%
G = 28.92%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#613015 (or 0x613015) is known color: Baker's Chocolate. HEX triplet: 61, 30 and 15. RGB value is (97,48,21). Sum of RGB (Red+Green+Blue) = 97+48+21=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #613015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613015 is #9ECFEA. Grayscale: #3B3B3B. Windows color (decimal): -10407915 or 1388641. OLE color: 1388641.

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

Color convert

RGB 97 48 21 -
CMYK 0 0.51 0.78 0.62
HSL 21.32º 0.64% 0.23% -
HSV(B) 21.32º 0.78% 0.38% -
XYZ 6.12 4.71 1.3 -
YUV 59.57 106.23 154.7 -
System Red Green Blue C M Y K H S L
Decimal 97 48 21 0 0.51 0.78 0.62 21.32 0.64 0.23
Hex 61 30 15 0 33 4E 3E 15 40 17
Octal 141 60 25 0 63 116 76 25 100 27
Binary 1100001 110000 10101 0 110011 1001110 111110 10101 1000000 10111

Color Harmonies of #613015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613015

Black with #613015

Text Example


Text Example

White with #613015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613015; }

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

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

background-color css

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

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

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

border-color css

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

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

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