Html Css Color HEX #613C15 Baker's Chocolate

📋 copy color: '#613C15'

red 97 ◦ green 60 ◦ blue 21

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

Shades of Baker's Chocolate #613C15

Tints of Baker's Chocolate #613C15

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.71%

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

R = 54.49%
G = 33.71%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#613C15 (or 0x613C15) is known color: Baker's Chocolate. HEX triplet: 61, 3C and 15. RGB value is (97,60,21). Sum of RGB (Red+Green+Blue) = 97+60+21=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #613C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613C15 is #9EC3EA. Grayscale: #424242. Windows color (decimal): -10404843 or 1391713. OLE color: 1391713.

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

Color convert

RGB 97 60 21 -
CMYK 0 0.38 0.78 0.62
HSL 30.79º 0.64% 0.23% -
HSV(B) 30.79º 0.78% 0.38% -
XYZ 6.68 5.83 1.48 -
YUV 66.62 102.26 149.67 -
System Red Green Blue C M Y K H S L
Decimal 97 60 21 0 0.38 0.78 0.62 30.79 0.64 0.23
Hex 61 3C 15 0 26 4E 3E 1F 40 17
Octal 141 74 25 0 46 116 76 37 100 27
Binary 1100001 111100 10101 0 100110 1001110 111110 11111 1000000 10111

Color Harmonies of #613C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C15

Black with #613C15

Text Example


Text Example

White with #613C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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