Html Css Color HEX #613707 Baker's Chocolate

📋 copy color: '#613707'

red 97 ◦ green 55 ◦ blue 7

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

Shades of Baker's Chocolate #613707

Tints of Baker's Chocolate #613707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.4%

R = 61.01%
G = 34.59%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#613707 (or 0x613707) is known color: Baker's Chocolate. HEX triplet: 61, 37 and 07. RGB value is (97,55,7). Sum of RGB (Red+Green+Blue) = 97+55+7=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #613707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613707 is #9EC8F8. Grayscale: #3E3E3E. Windows color (decimal): -10406137 or 472929. OLE color: 472929.

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

Color convert

RGB 97 55 7 -
CMYK 0 0.43 0.93 0.62
HSL 32º 0.87% 0.2% -
HSV(B) 32º 0.93% 0.38% -
XYZ 6.33 5.29 0.89 -
YUV 62.09 96.91 152.9 -
System Red Green Blue C M Y K H S L
Decimal 97 55 7 0 0.43 0.93 0.62 32 0.87 0.2
Hex 61 37 7 0 2B 5D 3E 20 57 14
Octal 141 67 7 0 53 135 76 40 127 24
Binary 1100001 110111 111 0 101011 1011101 111110 100000 1010111 10100

Color Harmonies of #613707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613707

Black with #613707

Text Example


Text Example

White with #613707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613707; }

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

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

background-color css

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

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

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

border-color css

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

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

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