Html Css Color HEX #966D3B McKenzie

📋 copy color: '#966D3B'

red 150 ◦ green 109 ◦ blue 59

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

Shades of McKenzie #966D3B

Tints of McKenzie #966D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.55%

R = 47.17%
G = 34.28%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#966D3B (or 0x966D3B) is known color: McKenzie. HEX triplet: 96, 6D and 3B. RGB value is (150,109,59). Sum of RGB (Red+Green+Blue) = 150+109+59=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #966D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D3B is #6992C4. Grayscale: #737373. Windows color (decimal): -6918853 or 3894678. OLE color: 3894678.

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

Color convert

RGB 150 109 59 -
CMYK 0 0.27 0.61 0.41
HSL 32.97º 0.44% 0.41% -
HSV(B) 32.97º 0.61% 0.59% -
XYZ 18.84 17.74 6.57 -
YUV 115.56 96.08 152.57 -
System Red Green Blue C M Y K H S L
Decimal 150 109 59 0 0.27 0.61 0.41 32.97 0.44 0.41
Hex 96 6D 3B 0 1B 3D 29 21 2C 29
Octal 226 155 73 0 33 75 51 41 54 51
Binary 10010110 1101101 111011 0 11011 111101 101001 100001 101100 101001

Color Harmonies of #966D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966D3B

Black with #966D3B

Text Example


Text Example

White with #966D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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