Html Css Color HEX #613515 Baker's Chocolate

📋 copy color: '#613515'

red 97 ◦ green 53 ◦ blue 21

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

Shades of Baker's Chocolate #613515

Tints of Baker's Chocolate #613515

RGB

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

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

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

R = 56.73%
G = 30.99%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#613515 (or 0x613515) is known color: Baker's Chocolate. HEX triplet: 61, 35 and 15. RGB value is (97,53,21). Sum of RGB (Red+Green+Blue) = 97+53+21=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #613515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613515 is #9ECAEA. Grayscale: #3E3E3E. Windows color (decimal): -10406635 or 1389921. OLE color: 1389921.

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

Color convert

RGB 97 53 21 -
CMYK 0 0.45 0.78 0.62
HSL 25.26º 0.64% 0.23% -
HSV(B) 25.26º 0.78% 0.38% -
XYZ 6.34 5.14 1.37 -
YUV 62.51 104.58 152.6 -
System Red Green Blue C M Y K H S L
Decimal 97 53 21 0 0.45 0.78 0.62 25.26 0.64 0.23
Hex 61 35 15 0 2D 4E 3E 19 40 17
Octal 141 65 25 0 55 116 76 31 100 27
Binary 1100001 110101 10101 0 101101 1001110 111110 11001 1000000 10111

Color Harmonies of #613515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613515

Black with #613515

Text Example


Text Example

White with #613515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613515; }

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

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

background-color css

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

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

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

border-color css

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

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

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