Html Css Color HEX #8C664B Leather

📋 copy color: '#8C664B'

red 140 ◦ green 102 ◦ blue 75

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

Shades of Leather #8C664B

Tints of Leather #8C664B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.18%

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

R = 44.16%
G = 32.18%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8C664B (or 0x8C664B) is known color: Leather. HEX triplet: 8C, 66 and 4B. RGB value is (140,102,75). Sum of RGB (Red+Green+Blue) = 140+102+75=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C664B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C664B is #7399B4. Grayscale: #6E6E6E. Windows color (decimal): -7575989 or 4941452. OLE color: 4941452.

HSL color Cylindrical-coordinate representation of color #8C664B: hue angle of 24.92º 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 #8C664B is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 102 75 -
CMYK 0 0.27 0.46 0.45
HSL 24.92º 0.3% 0.42% -
HSV(B) 24.92º 0.46% 0.55% -
XYZ 16.84 15.59 8.78 -
YUV 110.28 108.09 149.2 -
System Red Green Blue C M Y K H S L
Decimal 140 102 75 0 0.27 0.46 0.45 24.92 0.3 0.42
Hex 8C 66 4B 0 1B 2E 2D 19 1E 2A
Octal 214 146 113 0 33 56 55 31 36 52
Binary 10001100 1100110 1001011 0 11011 101110 101101 11001 11110 101010

Color Harmonies of #8C664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C664B

Black with #8C664B

Text Example


Text Example

White with #8C664B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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