Html Css Color HEX #706555 Coffee

📋 copy color: '#706555'

red 112 ◦ green 101 ◦ blue 85

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

Shades of Coffee #706555

Tints of Coffee #706555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.52%

R = 37.58%
G = 33.89%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#706555 (or 0x706555) is known color: Coffee. HEX triplet: 70, 65 and 55. RGB value is (112,101,85). Sum of RGB (Red+Green+Blue) = 112+101+85=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 112 - color contains mainly: red. Hex color #706555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706555 is #8F9AAA. Grayscale: #666666. Windows color (decimal): -9411243 or 5596528. OLE color: 5596528.

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

Color convert

RGB 112 101 85 -
CMYK 0 0.10 0.24 0.56
HSL 35.56º 0.14% 0.39% -
HSV(B) 35.56º 0.24% 0.44% -
XYZ 12.98 13.41 10.5 -
YUV 102.47 118.14 134.8 -
System Red Green Blue C M Y K H S L
Decimal 112 101 85 0 0.10 0.24 0.56 35.56 0.14 0.39
Hex 70 65 55 0 A 18 38 24 E 27
Octal 160 145 125 0 12 30 70 44 16 47
Binary 1110000 1100101 1010101 0 1010 11000 111000 100100 1110 100111

Color Harmonies of #706555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706555

Black with #706555

Text Example


Text Example

White with #706555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706555; }

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

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

background-color css

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

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

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

border-color css

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

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

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