Html Css Color HEX #966F40 McKenzie

📋 copy color: '#966F40'

red 150 ◦ green 111 ◦ blue 64

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

Shades of McKenzie #966F40

Tints of McKenzie #966F40

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.15%

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

R = 46.15%
G = 34.15%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#966F40 (or 0x966F40) is known color: McKenzie. HEX triplet: 96, 6F and 40. RGB value is (150,111,64). Sum of RGB (Red+Green+Blue) = 150+111+64=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #966F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F40 is #6990BF. Grayscale: #757575. Windows color (decimal): -6918336 or 4222870. OLE color: 4222870.

HSL color Cylindrical-coordinate representation of color #966F40: hue angle of 32.79º 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 #966F40 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 111 64 -
CMYK 0 0.26 0.57 0.41
HSL 32.79º 0.4% 0.42% -
HSV(B) 32.79º 0.57% 0.59% -
XYZ 19.19 18.22 7.36 -
YUV 117.3 97.92 151.32 -
System Red Green Blue C M Y K H S L
Decimal 150 111 64 0 0.26 0.57 0.41 32.79 0.4 0.42
Hex 96 6F 40 0 1A 39 29 21 28 2A
Octal 226 157 100 0 32 71 51 41 50 52
Binary 10010110 1101111 1000000 0 11010 111001 101001 100001 101000 101010

Color Harmonies of #966F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F40

Black with #966F40

Text Example


Text Example

White with #966F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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