Html Css Color HEX #896C40 McKenzie

📋 copy color: '#896C40'

red 137 ◦ green 108 ◦ blue 64

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

Shades of McKenzie #896C40

Tints of McKenzie #896C40

RGB

 RED value IS 137 (53.91% from 255) = 44.34%

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

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

R = 44.34%
G = 34.95%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#896C40 (or 0x896C40) is known color: McKenzie. HEX triplet: 89, 6C and 40. RGB value is (137,108,64). Sum of RGB (Red+Green+Blue) = 137+108+64=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #896C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896C40 is #7693BF. Grayscale: #6F6F6F. Windows color (decimal): -7771072 or 4222089. OLE color: 4222089.

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

Color convert

RGB 137 108 64 -
CMYK 0 0.21 0.53 0.46
HSL 36.16º 0.36% 0.39% -
HSV(B) 36.16º 0.53% 0.54% -
XYZ 16.6 16.41 7.14 -
YUV 111.66 101.11 146.08 -
System Red Green Blue C M Y K H S L
Decimal 137 108 64 0 0.21 0.53 0.46 36.16 0.36 0.39
Hex 89 6C 40 0 15 35 2E 24 24 27
Octal 211 154 100 0 25 65 56 44 44 47
Binary 10001001 1101100 1000000 0 10101 110101 101110 100100 100100 100111

Color Harmonies of #896C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896C40

Black with #896C40

Text Example


Text Example

White with #896C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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