Html Css Color HEX #706451 Coffee

📋 copy color: '#706451'

red 112 ◦ green 100 ◦ blue 81

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

Shades of Coffee #706451

Tints of Coffee #706451

RGB

 RED value IS 112 (44.14% from 255) = 38.23%

 GREEN value IS 100 (39.45% from 255) = 34.13%

 BLUE value IS 81 (32.03% from 255) = 27.65%

R = 38.23%
G = 34.13%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#706451 (or 0x706451) is known color: Coffee. HEX triplet: 70, 64 and 51. RGB value is (112,100,81). Sum of RGB (Red+Green+Blue) = 112+100+81=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #706451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706451 is #8F9BAE. Grayscale: #656565. Windows color (decimal): -9411503 or 5334128. OLE color: 5334128.

HSL color Cylindrical-coordinate representation of color #706451: hue angle of 36.77º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #706451 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 100 81 -
CMYK 0 0.11 0.28 0.56
HSL 36.77º 0.16% 0.38% -
HSV(B) 36.77º 0.28% 0.44% -
XYZ 12.72 13.15 9.65 -
YUV 101.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 112 100 81 0 0.11 0.28 0.56 36.77 0.16 0.38
Hex 70 64 51 0 B 1C 38 25 10 26
Octal 160 144 121 0 13 34 70 45 20 46
Binary 1110000 1100100 1010001 0 1011 11100 111000 100101 10000 100110

Color Harmonies of #706451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706451

Black with #706451

Text Example


Text Example

White with #706451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706451; }

 p { color: rgb(112,100,81); }

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

background-color css

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

 a { background-color: rgb(112,100,81); }

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

border-color css

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

 span { border-color: rgb(112,100,81); }

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