Html Css Color HEX #896642 McKenzie

📋 copy color: '#896642'

red 137 ◦ green 102 ◦ blue 66

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

Shades of McKenzie #896642

Tints of McKenzie #896642

RGB

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

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

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

R = 44.92%
G = 33.44%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#896642 (or 0x896642) is known color: McKenzie. HEX triplet: 89, 66 and 42. RGB value is (137,102,66). Sum of RGB (Red+Green+Blue) = 137+102+66=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #896642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896642 is #7699BD. Grayscale: #6C6C6C. Windows color (decimal): -7772606 or 4351625. OLE color: 4351625.

HSL color Cylindrical-coordinate representation of color #896642: hue angle of 30.42º 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 #896642 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 102 66 -
CMYK 0 0.26 0.52 0.46
HSL 30.42º 0.35% 0.4% -
HSV(B) 30.42º 0.52% 0.54% -
XYZ 16.05 15.21 7.24 -
YUV 108.36 104.1 148.43 -
System Red Green Blue C M Y K H S L
Decimal 137 102 66 0 0.26 0.52 0.46 30.42 0.35 0.4
Hex 89 66 42 0 1A 34 2E 1E 23 28
Octal 211 146 102 0 32 64 56 36 43 50
Binary 10001001 1100110 1000010 0 11010 110100 101110 11110 100011 101000

Color Harmonies of #896642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896642

Black with #896642

Text Example


Text Example

White with #896642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896642; }

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

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

background-color css

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

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

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

border-color css

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

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

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