Html Css Color HEX #8D695A Leather

📋 copy color: '#8D695A'

red 141 ◦ green 105 ◦ blue 90

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

Shades of Leather #8D695A

Tints of Leather #8D695A

RGB

 RED value IS 141 (55.47% from 255) = 41.96%

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

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

R = 41.96%
G = 31.25%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8D695A (or 0x8D695A) is known color: Leather. HEX triplet: 8D, 69 and 5A. RGB value is (141,105,90). Sum of RGB (Red+Green+Blue) = 141+105+90=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 141 - color contains mainly: red. Hex color #8D695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D695A is #7296A5. Grayscale: #727272. Windows color (decimal): -7509670 or 5925261. OLE color: 5925261.

HSL color Cylindrical-coordinate representation of color #8D695A: hue angle of 17.65º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D695A is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 105 90 -
CMYK 0 0.26 0.36 0.45
HSL 17.65º 0.22% 0.45% -
HSV(B) 17.65º 0.36% 0.55% -
XYZ 17.88 16.5 11.92 -
YUV 114.05 114.43 147.22 -
System Red Green Blue C M Y K H S L
Decimal 141 105 90 0 0.26 0.36 0.45 17.65 0.22 0.45
Hex 8D 69 5A 0 1A 24 2D 12 16 2D
Octal 215 151 132 0 32 44 55 22 26 55
Binary 10001101 1101001 1011010 0 11010 100100 101101 10010 10110 101101

Color Harmonies of #8D695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D695A

Black with #8D695A

Text Example


Text Example

White with #8D695A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D695A; }

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

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

background-color css

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

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

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

border-color css

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

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

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