Html Css Color HEX #967040 McKenzie

📋 copy color: '#967040'

red 150 ◦ green 112 ◦ blue 64

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

Shades of McKenzie #967040

Tints of McKenzie #967040

RGB

 RED value IS 150 (58.98% from 255) = 46.01%

 GREEN value IS 112 (44.14% from 255) = 34.36%

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

R = 46.01%
G = 34.36%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#967040 (or 0x967040) is known color: McKenzie. HEX triplet: 96, 70 and 40. RGB value is (150,112,64). Sum of RGB (Red+Green+Blue) = 150+112+64=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #967040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967040 is #698FBF. Grayscale: #767676. Windows color (decimal): -6918080 or 4223126. OLE color: 4223126.

HSL color Cylindrical-coordinate representation of color #967040: hue angle of 33.49º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #967040 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 112 64 -
CMYK 0 0.25 0.57 0.41
HSL 33.49º 0.4% 0.42% -
HSV(B) 33.49º 0.57% 0.59% -
XYZ 19.3 18.44 7.39 -
YUV 117.89 97.59 150.9 -
System Red Green Blue C M Y K H S L
Decimal 150 112 64 0 0.25 0.57 0.41 33.49 0.4 0.42
Hex 96 70 40 0 19 39 29 21 28 2A
Octal 226 160 100 0 31 71 51 41 50 52
Binary 10010110 1110000 1000000 0 11001 111001 101001 100001 101000 101010

Color Harmonies of #967040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967040

Black with #967040

Text Example


Text Example

White with #967040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967040; }

 p { color: rgb(150,112,64); }

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

background-color css

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

 a { background-color: rgb(150,112,64); }

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

border-color css

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

 span { border-color: rgb(150,112,64); }

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