Html Css Color HEX #706551 Coffee

📋 copy color: '#706551'

red 112 ◦ green 101 ◦ blue 81

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

Shades of Coffee #706551

Tints of Coffee #706551

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.35%

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

R = 38.1%
G = 34.35%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#706551 (or 0x706551) is known color: Coffee. HEX triplet: 70, 65 and 51. RGB value is (112,101,81). Sum of RGB (Red+Green+Blue) = 112+101+81=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #706551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706551 is #8F9AAE. Grayscale: #666666. Windows color (decimal): -9411247 or 5334384. OLE color: 5334384.

HSL color Cylindrical-coordinate representation of color #706551: hue angle of 38.71º 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 #706551 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 101 81 -
CMYK 0 0.10 0.28 0.56
HSL 38.71º 0.16% 0.38% -
HSV(B) 38.71º 0.28% 0.44% -
XYZ 12.82 13.35 9.68 -
YUV 102.01 116.14 135.13 -
System Red Green Blue C M Y K H S L
Decimal 112 101 81 0 0.10 0.28 0.56 38.71 0.16 0.38
Hex 70 65 51 0 A 1C 38 27 10 26
Octal 160 145 121 0 12 34 70 47 20 46
Binary 1110000 1100101 1010001 0 1010 11100 111000 100111 10000 100110

Color Harmonies of #706551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706551

Black with #706551

Text Example


Text Example

White with #706551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706551; }

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

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

background-color css

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

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

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

border-color css

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

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

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