Html Css Color HEX #896C42 McKenzie

📋 copy color: '#896C42'

red 137 ◦ green 108 ◦ blue 66

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

Shades of McKenzie #896C42

Tints of McKenzie #896C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.22%

R = 44.05%
G = 34.73%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#896C42 (or 0x896C42) is known color: McKenzie. HEX triplet: 89, 6C and 42. RGB value is (137,108,66). Sum of RGB (Red+Green+Blue) = 137+108+66=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 137 - color contains mainly: red. Hex color #896C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896C42 is #7693BD. Grayscale: #707070. Windows color (decimal): -7771070 or 4353161. OLE color: 4353161.

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

Color convert

RGB 137 108 66 -
CMYK 0 0.21 0.52 0.46
HSL 35.49º 0.35% 0.4% -
HSV(B) 35.49º 0.52% 0.54% -
XYZ 16.66 16.44 7.45 -
YUV 111.88 102.11 145.92 -
System Red Green Blue C M Y K H S L
Decimal 137 108 66 0 0.21 0.52 0.46 35.49 0.35 0.4
Hex 89 6C 42 0 15 34 2E 23 23 28
Octal 211 154 102 0 25 64 56 43 43 50
Binary 10001001 1101100 1000010 0 10101 110100 101110 100011 100011 101000

Color Harmonies of #896C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896C42

Black with #896C42

Text Example


Text Example

White with #896C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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