Html Css Color HEX #876C40 McKenzie

📋 copy color: '#876C40'

red 135 ◦ green 108 ◦ blue 64

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

Shades of McKenzie #876C40

Tints of McKenzie #876C40

RGB

 RED value IS 135 (53.13% from 255) = 43.97%

 GREEN value IS 108 (42.58% from 255) = 35.18%

 BLUE value IS 64 (25.39% from 255) = 20.85%

R = 43.97%
G = 35.18%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#876C40 (or 0x876C40) is known color: McKenzie. HEX triplet: 87, 6C and 40. RGB value is (135,108,64). Sum of RGB (Red+Green+Blue) = 135+108+64=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #876C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876C40 is #7893BF. Grayscale: #6F6F6F. Windows color (decimal): -7902144 or 4222087. OLE color: 4222087.

HSL color Cylindrical-coordinate representation of color #876C40: hue angle of 37.18º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #876C40 is Cyan = 0, Magento = 0.2, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 108 64 -
CMYK 0 0.2 0.53 0.47
HSL 37.18º 0.36% 0.39% -
HSV(B) 37.18º 0.53% 0.53% -
XYZ 16.28 16.25 7.13 -
YUV 111.06 101.45 145.08 -
System Red Green Blue C M Y K H S L
Decimal 135 108 64 0 0.2 0.53 0.47 37.18 0.36 0.39
Hex 87 6C 40 0 14 35 2F 25 24 27
Octal 207 154 100 0 24 65 57 45 44 47
Binary 10000111 1101100 1000000 0 10100 110101 101111 100101 100100 100111

Color Harmonies of #876C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876C40

Black with #876C40

Text Example


Text Example

White with #876C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876C40; }

 p { color: rgb(135,108,64); }

 H1.HeaderClassName
 {
   color: #876C40;
 }
 .AnyTagClassName
 {
   color: #876C40;
 }
</style>

background-color css

<style>
 a { background-color: #876C40; }

 a { background-color: rgb(135,108,64); }

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

border-color css

<style>
 span { border-color: #876C40; }

 span { border-color: rgb(135,108,64); }

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