Html Css Color HEX #966437 McKenzie

📋 copy color: '#966437'

red 150 ◦ green 100 ◦ blue 55

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

Shades of McKenzie #966437

Tints of McKenzie #966437

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.79%

 BLUE value IS 55 (21.88% from 255) = 18.03%

R = 49.18%
G = 32.79%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#966437 (or 0x966437) is known color: McKenzie. HEX triplet: 96, 64 and 37. RGB value is (150,100,55). Sum of RGB (Red+Green+Blue) = 150+100+55=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #966437 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966437 is #699BC8. Grayscale: #6E6E6E. Windows color (decimal): -6921161 or 3630230. OLE color: 3630230.

HSL color Cylindrical-coordinate representation of color #966437: hue angle of 28.42º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #966437 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 100 55 -
CMYK 0 0.33 0.63 0.41
HSL 28.42º 0.46% 0.4% -
HSV(B) 28.42º 0.63% 0.59% -
XYZ 17.82 15.87 5.74 -
YUV 109.82 97.07 156.66 -
System Red Green Blue C M Y K H S L
Decimal 150 100 55 0 0.33 0.63 0.41 28.42 0.46 0.4
Hex 96 64 37 0 21 3F 29 1C 2E 28
Octal 226 144 67 0 41 77 51 34 56 50
Binary 10010110 1100100 110111 0 100001 111111 101001 11100 101110 101000

Color Harmonies of #966437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966437

Black with #966437

Text Example


Text Example

White with #966437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966437; }

 p { color: rgb(150,100,55); }

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

background-color css

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

 a { background-color: rgb(150,100,55); }

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

border-color css

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

 span { border-color: rgb(150,100,55); }

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