Html Css Color HEX #8C694B Leather

📋 copy color: '#8C694B'

red 140 ◦ green 105 ◦ blue 75

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

Shades of Leather #8C694B

Tints of Leather #8C694B

RGB

 RED value IS 140 (55.08% from 255) = 43.75%

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

 BLUE value IS 75 (29.69% from 255) = 23.44%

R = 43.75%
G = 32.81%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8C694B (or 0x8C694B) is known color: Leather. HEX triplet: 8C, 69 and 4B. RGB value is (140,105,75). Sum of RGB (Red+Green+Blue) = 140+105+75=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 140 - color contains mainly: red. Hex color #8C694B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C694B is #7396B4. Grayscale: #707070. Windows color (decimal): -7575221 or 4942220. OLE color: 4942220.

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

Color convert

RGB 140 105 75 -
CMYK 0 0.25 0.46 0.45
HSL 27.69º 0.3% 0.42% -
HSV(B) 27.69º 0.46% 0.55% -
XYZ 17.14 16.19 8.88 -
YUV 112.05 107.1 147.94 -
System Red Green Blue C M Y K H S L
Decimal 140 105 75 0 0.25 0.46 0.45 27.69 0.3 0.42
Hex 8C 69 4B 0 19 2E 2D 1C 1E 2A
Octal 214 151 113 0 31 56 55 34 36 52
Binary 10001100 1101001 1001011 0 11001 101110 101101 11100 11110 101010

Color Harmonies of #8C694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C694B

Black with #8C694B

Text Example


Text Example

White with #8C694B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,105,75); }

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

background-color css

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

 a { background-color: rgb(140,105,75); }

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

border-color css

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

 span { border-color: rgb(140,105,75); }

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