Html Css Color HEX #966D3F McKenzie

📋 copy color: '#966D3F'

red 150 ◦ green 109 ◦ blue 63

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

Shades of McKenzie #966D3F

Tints of McKenzie #966D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.57%

R = 46.58%
G = 33.85%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#966D3F (or 0x966D3F) is known color: McKenzie. HEX triplet: 96, 6D and 3F. RGB value is (150,109,63). Sum of RGB (Red+Green+Blue) = 150+109+63=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #966D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D3F is #6992C0. Grayscale: #747474. Windows color (decimal): -6918849 or 4156822. OLE color: 4156822.

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

Color convert

RGB 150 109 63 -
CMYK 0 0.27 0.58 0.41
HSL 31.72º 0.41% 0.42% -
HSV(B) 31.72º 0.58% 0.59% -
XYZ 18.94 17.78 7.14 -
YUV 116.02 98.08 152.24 -
System Red Green Blue C M Y K H S L
Decimal 150 109 63 0 0.27 0.58 0.41 31.72 0.41 0.42
Hex 96 6D 3F 0 1B 3A 29 20 29 2A
Octal 226 155 77 0 33 72 51 40 51 52
Binary 10010110 1101101 111111 0 11011 111010 101001 100000 101001 101010

Color Harmonies of #966D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966D3F

Black with #966D3F

Text Example


Text Example

White with #966D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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