Html Css Color HEX #613715 Baker's Chocolate

📋 copy color: '#613715'

red 97 ◦ green 55 ◦ blue 21

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

Shades of Baker's Chocolate #613715

Tints of Baker's Chocolate #613715

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.79%

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

R = 56.07%
G = 31.79%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#613715 (or 0x613715) is known color: Baker's Chocolate. HEX triplet: 61, 37 and 15. RGB value is (97,55,21). Sum of RGB (Red+Green+Blue) = 97+55+21=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #613715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613715 is #9EC8EA. Grayscale: #3F3F3F. Windows color (decimal): -10406123 or 1390433. OLE color: 1390433.

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

Color convert

RGB 97 55 21 -
CMYK 0 0.43 0.78 0.62
HSL 26.84º 0.64% 0.23% -
HSV(B) 26.84º 0.78% 0.38% -
XYZ 6.43 5.33 1.4 -
YUV 63.68 103.91 151.76 -
System Red Green Blue C M Y K H S L
Decimal 97 55 21 0 0.43 0.78 0.62 26.84 0.64 0.23
Hex 61 37 15 0 2B 4E 3E 1B 40 17
Octal 141 67 25 0 53 116 76 33 100 27
Binary 1100001 110111 10101 0 101011 1001110 111110 11011 1000000 10111

Color Harmonies of #613715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613715

Black with #613715

Text Example


Text Example

White with #613715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613715; }

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

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

background-color css

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

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

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

border-color css

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

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

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