Html Css Color HEX #613712 Baker's Chocolate

📋 copy color: '#613712'

red 97 ◦ green 55 ◦ blue 18

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

Shades of Baker's Chocolate #613712

Tints of Baker's Chocolate #613712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.35%

 BLUE value IS 18 (7.42% from 255) = 10.59%

R = 57.06%
G = 32.35%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#613712 (or 0x613712) is known color: Baker's Chocolate. HEX triplet: 61, 37 and 12. RGB value is (97,55,18). Sum of RGB (Red+Green+Blue) = 97+55+18=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #613712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613712 is #9EC8ED. Grayscale: #3F3F3F. Windows color (decimal): -10406126 or 1193825. OLE color: 1193825.

HSL color Cylindrical-coordinate representation of color #613712: hue angle of 28.1º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #613712 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 55 18 -
CMYK 0 0.43 0.81 0.62
HSL 28.1º 0.69% 0.23% -
HSV(B) 28.1º 0.81% 0.38% -
XYZ 6.41 5.32 1.26 -
YUV 63.34 102.41 152.01 -
System Red Green Blue C M Y K H S L
Decimal 97 55 18 0 0.43 0.81 0.62 28.1 0.69 0.23
Hex 61 37 12 0 2B 51 3E 1C 45 17
Octal 141 67 22 0 53 121 76 34 105 27
Binary 1100001 110111 10010 0 101011 1010001 111110 11100 1000101 10111

Color Harmonies of #613712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613712

Black with #613712

Text Example


Text Example

White with #613712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613712; }

 p { color: rgb(97,55,18); }

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

background-color css

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

 a { background-color: rgb(97,55,18); }

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

border-color css

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

 span { border-color: rgb(97,55,18); }

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