Html Css Color HEX #613915 Baker's Chocolate

📋 copy color: '#613915'

red 97 ◦ green 57 ◦ blue 21

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

Shades of Baker's Chocolate #613915

Tints of Baker's Chocolate #613915

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.57%

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

R = 55.43%
G = 32.57%
B = 12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#613915 (or 0x613915) is known color: Baker's Chocolate. HEX triplet: 61, 39 and 15. RGB value is (97,57,21). Sum of RGB (Red+Green+Blue) = 97+57+21=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #613915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613915 is #9EC6EA. Grayscale: #414141. Windows color (decimal): -10405611 or 1390945. OLE color: 1390945.

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

Color convert

RGB 97 57 21 -
CMYK 0 0.41 0.78 0.62
HSL 28.42º 0.64% 0.23% -
HSV(B) 28.42º 0.78% 0.38% -
XYZ 6.53 5.52 1.43 -
YUV 64.86 103.25 150.93 -
System Red Green Blue C M Y K H S L
Decimal 97 57 21 0 0.41 0.78 0.62 28.42 0.64 0.23
Hex 61 39 15 0 29 4E 3E 1C 40 17
Octal 141 71 25 0 51 116 76 34 100 27
Binary 1100001 111001 10101 0 101001 1001110 111110 11100 1000000 10111

Color Harmonies of #613915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613915

Black with #613915

Text Example


Text Example

White with #613915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613915; }

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

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

background-color css

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

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

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

border-color css

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

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

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