Html Css Color HEX #613217 Baker's Chocolate

📋 copy color: '#613217'

red 97 ◦ green 50 ◦ blue 23

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

Shades of Baker's Chocolate #613217

Tints of Baker's Chocolate #613217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.53%

R = 57.06%
G = 29.41%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#613217 (or 0x613217) is known color: Baker's Chocolate. HEX triplet: 61, 32 and 17. RGB value is (97,50,23). Sum of RGB (Red+Green+Blue) = 97+50+23=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 23 (9.38% from 255 or 13.53% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #613217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613217 is #9ECDE8. Grayscale: #3D3D3D. Windows color (decimal): -10407401 or 1520225. OLE color: 1520225.

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

Color convert

RGB 97 50 23 -
CMYK 0 0.48 0.76 0.62
HSL 21.89º 0.62% 0.24% -
HSV(B) 21.89º 0.76% 0.38% -
XYZ 6.23 4.88 1.43 -
YUV 60.98 106.57 153.7 -
System Red Green Blue C M Y K H S L
Decimal 97 50 23 0 0.48 0.76 0.62 21.89 0.62 0.24
Hex 61 32 17 0 30 4C 3E 16 3E 18
Octal 141 62 27 0 60 114 76 26 76 30
Binary 1100001 110010 10111 0 110000 1001100 111110 10110 111110 11000

Color Harmonies of #613217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613217

Black with #613217

Text Example


Text Example

White with #613217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613217; }

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

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

background-color css

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

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

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

border-color css

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

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

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