Html Css Color HEX #8D694A Leather

📋 copy color: '#8D694A'

red 141 ◦ green 105 ◦ blue 74

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

Shades of Leather #8D694A

Tints of Leather #8D694A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.13%

R = 44.06%
G = 32.81%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#8D694A (or 0x8D694A) is known color: Leather. HEX triplet: 8D, 69 and 4A. RGB value is (141,105,74). Sum of RGB (Red+Green+Blue) = 141+105+74=320 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.06% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 141 - color contains mainly: red. Hex color #8D694A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D694A is #7296B5. Grayscale: #707070. Windows color (decimal): -7509686 or 4876685. OLE color: 4876685.

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

Color convert

RGB 141 105 74 -
CMYK 0 0.26 0.48 0.45
HSL 27.76º 0.31% 0.42% -
HSV(B) 27.76º 0.48% 0.55% -
XYZ 17.27 16.26 8.71 -
YUV 112.23 106.43 148.52 -
System Red Green Blue C M Y K H S L
Decimal 141 105 74 0 0.26 0.48 0.45 27.76 0.31 0.42
Hex 8D 69 4A 0 1A 30 2D 1C 1F 2A
Octal 215 151 112 0 32 60 55 34 37 52
Binary 10001101 1101001 1001010 0 11010 110000 101101 11100 11111 101010

Color Harmonies of #8D694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D694A

Black with #8D694A

Text Example


Text Example

White with #8D694A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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