Html Css Color HEX #966D3C McKenzie

📋 copy color: '#966D3C'

red 150 ◦ green 109 ◦ blue 60

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

Shades of McKenzie #966D3C

Tints of McKenzie #966D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.81%

R = 47.02%
G = 34.17%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#966D3C (or 0x966D3C) is known color: McKenzie. HEX triplet: 96, 6D and 3C. RGB value is (150,109,60). Sum of RGB (Red+Green+Blue) = 150+109+60=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #966D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D3C is #6992C3. Grayscale: #737373. Windows color (decimal): -6918852 or 3960214. OLE color: 3960214.

HSL color Cylindrical-coordinate representation of color #966D3C: hue angle of 32.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #966D3C is Cyan = 0, Magento = 0.27, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 109 60 -
CMYK 0 0.27 0.6 0.41
HSL 32.67º 0.43% 0.41% -
HSV(B) 32.67º 0.6% 0.59% -
XYZ 18.86 17.75 6.71 -
YUV 115.67 96.58 152.48 -
System Red Green Blue C M Y K H S L
Decimal 150 109 60 0 0.27 0.6 0.41 32.67 0.43 0.41
Hex 96 6D 3C 0 1B 3C 29 21 2B 29
Octal 226 155 74 0 33 74 51 41 53 51
Binary 10010110 1101101 111100 0 11011 111100 101001 100001 101011 101001

Color Harmonies of #966D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966D3C

Black with #966D3C

Text Example


Text Example

White with #966D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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