Html Css Color HEX #966D41 McKenzie

📋 copy color: '#966D41'

red 150 ◦ green 109 ◦ blue 65

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

Shades of McKenzie #966D41

Tints of McKenzie #966D41

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.64%

 BLUE value IS 65 (25.78% from 255) = 20.06%

R = 46.3%
G = 33.64%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#966D41 (or 0x966D41) is known color: McKenzie. HEX triplet: 96, 6D and 41. RGB value is (150,109,65). Sum of RGB (Red+Green+Blue) = 150+109+65=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #966D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D41 is #6992BE. Grayscale: #747474. Windows color (decimal): -6918847 or 4287894. OLE color: 4287894.

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

Color convert

RGB 150 109 65 -
CMYK 0 0.27 0.57 0.41
HSL 31.06º 0.4% 0.42% -
HSV(B) 31.06º 0.57% 0.59% -
XYZ 19 17.8 7.44 -
YUV 116.24 99.08 152.08 -
System Red Green Blue C M Y K H S L
Decimal 150 109 65 0 0.27 0.57 0.41 31.06 0.4 0.42
Hex 96 6D 41 0 1B 39 29 1F 28 2A
Octal 226 155 101 0 33 71 51 37 50 52
Binary 10010110 1101101 1000001 0 11011 111001 101001 11111 101000 101010

Color Harmonies of #966D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966D41

Black with #966D41

Text Example


Text Example

White with #966D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,109,65); }

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

background-color css

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

 a { background-color: rgb(150,109,65); }

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

border-color css

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

 span { border-color: rgb(150,109,65); }

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