Html Css Color HEX #706554 Coffee

📋 copy color: '#706554'

red 112 ◦ green 101 ◦ blue 84

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

Shades of Coffee #706554

Tints of Coffee #706554

RGB

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

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

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

R = 37.71%
G = 34.01%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#706554 (or 0x706554) is known color: Coffee. HEX triplet: 70, 65 and 54. RGB value is (112,101,84). Sum of RGB (Red+Green+Blue) = 112+101+84=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #706554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706554 is #8F9AAB. Grayscale: #666666. Windows color (decimal): -9411244 or 5530992. OLE color: 5530992.

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

Color convert

RGB 112 101 84 -
CMYK 0 0.10 0.25 0.56
HSL 36.43º 0.14% 0.38% -
HSV(B) 36.43º 0.25% 0.44% -
XYZ 12.94 13.39 10.29 -
YUV 102.35 117.64 134.88 -
System Red Green Blue C M Y K H S L
Decimal 112 101 84 0 0.10 0.25 0.56 36.43 0.14 0.38
Hex 70 65 54 0 A 19 38 24 E 26
Octal 160 145 124 0 12 31 70 44 16 46
Binary 1110000 1100101 1010100 0 1010 11001 111000 100100 1110 100110

Color Harmonies of #706554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706554

Black with #706554

Text Example


Text Example

White with #706554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706554; }

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

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

background-color css

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

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

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

border-color css

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

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

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