Html Css Color HEX #613A15 Baker's Chocolate

📋 copy color: '#613A15'

red 97 ◦ green 58 ◦ blue 21

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

Shades of Baker's Chocolate #613A15

Tints of Baker's Chocolate #613A15

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.95%

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

R = 55.11%
G = 32.95%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#613A15 (or 0x613A15) is known color: Baker's Chocolate. HEX triplet: 61, 3A and 15. RGB value is (97,58,21). Sum of RGB (Red+Green+Blue) = 97+58+21=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #613A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613A15 is #9EC5EA. Grayscale: #414141. Windows color (decimal): -10405355 or 1391201. OLE color: 1391201.

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

Color convert

RGB 97 58 21 -
CMYK 0 0.40 0.78 0.62
HSL 29.21º 0.64% 0.23% -
HSV(B) 29.21º 0.78% 0.38% -
XYZ 6.58 5.62 1.45 -
YUV 65.44 102.92 150.51 -
System Red Green Blue C M Y K H S L
Decimal 97 58 21 0 0.40 0.78 0.62 29.21 0.64 0.23
Hex 61 3A 15 0 28 4E 3E 1D 40 17
Octal 141 72 25 0 50 116 76 35 100 27
Binary 1100001 111010 10101 0 101000 1001110 111110 11101 1000000 10111

Color Harmonies of #613A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A15

Black with #613A15

Text Example


Text Example

White with #613A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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