Html Css Color HEX #613210 Baker's Chocolate

📋 copy color: '#613210'

red 97 ◦ green 50 ◦ blue 16

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

Shades of Baker's Chocolate #613210

Tints of Baker's Chocolate #613210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.82%

R = 59.51%
G = 30.67%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#613210 (or 0x613210) is known color: Baker's Chocolate. HEX triplet: 61, 32 and 10. RGB value is (97,50,16). Sum of RGB (Red+Green+Blue) = 97+50+16=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #613210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613210 is #9ECDEF. Grayscale: #3C3C3C. Windows color (decimal): -10407408 or 1061473. OLE color: 1061473.

HSL color Cylindrical-coordinate representation of color #613210: hue angle of 25.19º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #613210 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 50 16 -
CMYK 0 0.48 0.84 0.62
HSL 25.19º 0.72% 0.22% -
HSV(B) 25.19º 0.84% 0.38% -
XYZ 6.16 4.86 1.1 -
YUV 60.18 103.07 154.26 -
System Red Green Blue C M Y K H S L
Decimal 97 50 16 0 0.48 0.84 0.62 25.19 0.72 0.22
Hex 61 32 10 0 30 54 3E 19 48 16
Octal 141 62 20 0 60 124 76 31 110 26
Binary 1100001 110010 10000 0 110000 1010100 111110 11001 1001000 10110

Color Harmonies of #613210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613210

Black with #613210

Text Example


Text Example

White with #613210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613210; }

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

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

background-color css

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

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

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

border-color css

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

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

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