Html Css Color HEX #613617 Baker's Chocolate

📋 copy color: '#613617'

red 97 ◦ green 54 ◦ blue 23

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

Shades of Baker's Chocolate #613617

Tints of Baker's Chocolate #613617

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.03%

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

R = 55.75%
G = 31.03%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#613617 (or 0x613617) is known color: Baker's Chocolate. HEX triplet: 61, 36 and 17. RGB value is (97,54,23). Sum of RGB (Red+Green+Blue) = 97+54+23=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #613617 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613617 is #9EC9E8. Grayscale: #3F3F3F. Windows color (decimal): -10406377 or 1521249. OLE color: 1521249.

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

Color convert

RGB 97 54 23 -
CMYK 0 0.44 0.76 0.62
HSL 25.14º 0.62% 0.24% -
HSV(B) 25.14º 0.76% 0.38% -
XYZ 6.4 5.24 1.48 -
YUV 63.32 105.25 152.02 -
System Red Green Blue C M Y K H S L
Decimal 97 54 23 0 0.44 0.76 0.62 25.14 0.62 0.24
Hex 61 36 17 0 2C 4C 3E 19 3E 18
Octal 141 66 27 0 54 114 76 31 76 30
Binary 1100001 110110 10111 0 101100 1001100 111110 11001 111110 11000

Color Harmonies of #613617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613617

Black with #613617

Text Example


Text Example

White with #613617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613617; }

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

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

background-color css

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

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

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

border-color css

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

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

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