Html Css Color HEX #706754 Coffee

📋 copy color: '#706754'

red 112 ◦ green 103 ◦ blue 84

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

Shades of Coffee #706754

Tints of Coffee #706754

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.45%

 BLUE value IS 84 (33.2% from 255) = 28.09%

R = 37.46%
G = 34.45%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#706754 (or 0x706754) is known color: Coffee. HEX triplet: 70, 67 and 54. RGB value is (112,103,84). Sum of RGB (Red+Green+Blue) = 112+103+84=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #706754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706754 is #8F98AB. Grayscale: #676767. Windows color (decimal): -9410732 or 5531504. OLE color: 5531504.

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

Color convert

RGB 112 103 84 -
CMYK 0 0.08 0.25 0.56
HSL 40.71º 0.14% 0.38% -
HSV(B) 40.71º 0.25% 0.44% -
XYZ 13.13 13.79 10.36 -
YUV 103.53 116.98 134.04 -
System Red Green Blue C M Y K H S L
Decimal 112 103 84 0 0.08 0.25 0.56 40.71 0.14 0.38
Hex 70 67 54 0 8 19 38 29 E 26
Octal 160 147 124 0 10 31 70 51 16 46
Binary 1110000 1100111 1010100 0 1000 11001 111000 101001 1110 100110

Color Harmonies of #706754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706754

Black with #706754

Text Example


Text Example

White with #706754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706754; }

 p { color: rgb(112,103,84); }

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

background-color css

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

 a { background-color: rgb(112,103,84); }

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

border-color css

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

 span { border-color: rgb(112,103,84); }

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