Html Css Color HEX #716955 Coffee

📋 copy color: '#716955'

red 113 ◦ green 105 ◦ blue 85

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

Shades of Coffee #716955

Tints of Coffee #716955

RGB

 RED value IS 113 (44.53% from 255) = 37.29%

 GREEN value IS 105 (41.41% from 255) = 34.65%

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

R = 37.29%
G = 34.65%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#716955 (or 0x716955) is known color: Coffee. HEX triplet: 71, 69 and 55. RGB value is (113,105,85). Sum of RGB (Red+Green+Blue) = 113+105+85=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #716955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716955 is #8E96AA. Grayscale: #696969. Windows color (decimal): -9344683 or 5597553. OLE color: 5597553.

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

Color convert

RGB 113 105 85 -
CMYK 0 0.07 0.25 0.56
HSL 42.86º 0.14% 0.39% -
HSV(B) 42.86º 0.25% 0.44% -
XYZ 13.5 14.27 10.64 -
YUV 105.11 116.65 133.63 -
System Red Green Blue C M Y K H S L
Decimal 113 105 85 0 0.07 0.25 0.56 42.86 0.14 0.39
Hex 71 69 55 0 7 19 38 2B E 27
Octal 161 151 125 0 7 31 70 53 16 47
Binary 1110001 1101001 1010101 0 111 11001 111000 101011 1110 100111

Color Harmonies of #716955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716955

Black with #716955

Text Example


Text Example

White with #716955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716955; }

 p { color: rgb(113,105,85); }

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

background-color css

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

 a { background-color: rgb(113,105,85); }

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

border-color css

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

 span { border-color: rgb(113,105,85); }

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