Html Css Color HEX #896332 McKenzie

📋 copy color: '#896332'

red 137 ◦ green 99 ◦ blue 50

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

Shades of McKenzie #896332

Tints of McKenzie #896332

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.62%

 BLUE value IS 50 (19.92% from 255) = 17.48%

R = 47.9%
G = 34.62%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#896332 (or 0x896332) is known color: McKenzie. HEX triplet: 89, 63 and 32. RGB value is (137,99,50). Sum of RGB (Red+Green+Blue) = 137+99+50=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #896332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896332 is #769CCD. Grayscale: #696969. Windows color (decimal): -7773390 or 3302281. OLE color: 3302281.

HSL color Cylindrical-coordinate representation of color #896332: hue angle of 33.79º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #896332 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 99 50 -
CMYK 0 0.28 0.64 0.46
HSL 33.79º 0.47% 0.37% -
HSV(B) 33.79º 0.64% 0.54% -
XYZ 15.35 14.47 5 -
YUV 104.78 97.09 150.98 -
System Red Green Blue C M Y K H S L
Decimal 137 99 50 0 0.28 0.64 0.46 33.79 0.47 0.37
Hex 89 63 32 0 1C 40 2E 22 2F 25
Octal 211 143 62 0 34 100 56 42 57 45
Binary 10001001 1100011 110010 0 11100 1000000 101110 100010 101111 100101

Color Harmonies of #896332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896332

Black with #896332

Text Example


Text Example

White with #896332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896332; }

 p { color: rgb(137,99,50); }

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

background-color css

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

 a { background-color: rgb(137,99,50); }

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

border-color css

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

 span { border-color: rgb(137,99,50); }

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