Html Css Color HEX #613215 Baker's Chocolate

📋 copy color: '#613215'

red 97 ◦ green 50 ◦ blue 21

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

Shades of Baker's Chocolate #613215

Tints of Baker's Chocolate #613215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.76%

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

R = 57.74%
G = 29.76%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#613215 (or 0x613215) is known color: Baker's Chocolate. HEX triplet: 61, 32 and 15. RGB value is (97,50,21). Sum of RGB (Red+Green+Blue) = 97+50+21=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #613215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613215 is #9ECDEA. Grayscale: #3C3C3C. Windows color (decimal): -10407403 or 1389153. OLE color: 1389153.

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

Color convert

RGB 97 50 21 -
CMYK 0 0.48 0.78 0.62
HSL 22.89º 0.64% 0.23% -
HSV(B) 22.89º 0.78% 0.38% -
XYZ 6.21 4.88 1.32 -
YUV 60.75 105.57 153.86 -
System Red Green Blue C M Y K H S L
Decimal 97 50 21 0 0.48 0.78 0.62 22.89 0.64 0.23
Hex 61 32 15 0 30 4E 3E 17 40 17
Octal 141 62 25 0 60 116 76 27 100 27
Binary 1100001 110010 10101 0 110000 1001110 111110 10111 1000000 10111

Color Harmonies of #613215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613215

Black with #613215

Text Example


Text Example

White with #613215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613215; }

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

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

background-color css

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

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

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

border-color css

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

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

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