Html Css Color HEX #966535 McKenzie

📋 copy color: '#966535'

red 150 ◦ green 101 ◦ blue 53

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

Shades of McKenzie #966535

Tints of McKenzie #966535

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.22%

 BLUE value IS 53 (21.09% from 255) = 17.43%

R = 49.34%
G = 33.22%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#966535 (or 0x966535) is known color: McKenzie. HEX triplet: 96, 65 and 35. RGB value is (150,101,53). Sum of RGB (Red+Green+Blue) = 150+101+53=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #966535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966535 is #699ACA. Grayscale: #6E6E6E. Windows color (decimal): -6920907 or 3499414. OLE color: 3499414.

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

Color convert

RGB 150 101 53 -
CMYK 0 0.33 0.65 0.41
HSL 29.69º 0.48% 0.4% -
HSV(B) 29.69º 0.65% 0.59% -
XYZ 17.87 16.05 5.52 -
YUV 110.18 95.73 156.4 -
System Red Green Blue C M Y K H S L
Decimal 150 101 53 0 0.33 0.65 0.41 29.69 0.48 0.4
Hex 96 65 35 0 21 41 29 1E 30 28
Octal 226 145 65 0 41 101 51 36 60 50
Binary 10010110 1100101 110101 0 100001 1000001 101001 11110 110000 101000

Color Harmonies of #966535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966535

Black with #966535

Text Example


Text Example

White with #966535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966535; }

 p { color: rgb(150,101,53); }

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

background-color css

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

 a { background-color: rgb(150,101,53); }

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

border-color css

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

 span { border-color: rgb(150,101,53); }

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