Html Css Color HEX #71695A Coffee

📋 copy color: '#71695A'

red 113 ◦ green 105 ◦ blue 90

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

Shades of Coffee #71695A

Tints of Coffee #71695A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.22%

R = 36.69%
G = 34.09%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#71695A (or 0x71695A) is known color: Coffee. HEX triplet: 71, 69 and 5A. RGB value is (113,105,90). Sum of RGB (Red+Green+Blue) = 113+105+90=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 113 - color contains mainly: red. Hex color #71695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71695A is #8E96A5. Grayscale: #696969. Windows color (decimal): -9344678 or 5925233. OLE color: 5925233.

HSL color Cylindrical-coordinate representation of color #71695A: hue angle of 39.13º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #71695A is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 105 90 -
CMYK 0 0.07 0.20 0.56
HSL 39.13º 0.11% 0.4% -
HSV(B) 39.13º 0.2% 0.44% -
XYZ 13.71 14.35 11.72 -
YUV 105.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 113 105 90 0 0.07 0.20 0.56 39.13 0.11 0.4
Hex 71 69 5A 0 7 14 38 27 B 28
Octal 161 151 132 0 7 24 70 47 13 50
Binary 1110001 1101001 1011010 0 111 10100 111000 100111 1011 101000

Color Harmonies of #71695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71695A

Black with #71695A

Text Example


Text Example

White with #71695A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71695A; }

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

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

background-color css

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

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

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

border-color css

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

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

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