Html Css Color HEX #613211 Baker's Chocolate

📋 copy color: '#613211'

red 97 ◦ green 50 ◦ blue 17

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

Shades of Baker's Chocolate #613211

Tints of Baker's Chocolate #613211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.37%

R = 59.15%
G = 30.49%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#613211 (or 0x613211) is known color: Baker's Chocolate. HEX triplet: 61, 32 and 11. RGB value is (97,50,17). Sum of RGB (Red+Green+Blue) = 97+50+17=164 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.15% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 97 - color contains mainly: red. Hex color #613211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613211 is #9ECDEE. Grayscale: #3C3C3C. Windows color (decimal): -10407407 or 1127009. OLE color: 1127009.

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

Color convert

RGB 97 50 17 -
CMYK 0 0.48 0.82 0.62
HSL 24.75º 0.7% 0.22% -
HSV(B) 24.75º 0.82% 0.38% -
XYZ 6.17 4.86 1.14 -
YUV 60.29 103.57 154.18 -
System Red Green Blue C M Y K H S L
Decimal 97 50 17 0 0.48 0.82 0.62 24.75 0.7 0.22
Hex 61 32 11 0 30 52 3E 19 46 16
Octal 141 62 21 0 60 122 76 31 106 26
Binary 1100001 110010 10001 0 110000 1010010 111110 11001 1000110 10110

Color Harmonies of #613211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613211

Black with #613211

Text Example


Text Example

White with #613211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613211; }

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

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

background-color css

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

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

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

border-color css

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

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

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