Html Css Color HEX #966634 McKenzie

📋 copy color: '#966634'

red 150 ◦ green 102 ◦ blue 52

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

Shades of McKenzie #966634

Tints of McKenzie #966634

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.55%

 BLUE value IS 52 (20.7% from 255) = 17.11%

R = 49.34%
G = 33.55%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#966634 (or 0x966634) is known color: McKenzie. HEX triplet: 96, 66 and 34. RGB value is (150,102,52). Sum of RGB (Red+Green+Blue) = 150+102+52=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #966634 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966634 is #6999CB. Grayscale: #6E6E6E. Windows color (decimal): -6920652 or 3434134. OLE color: 3434134.

HSL color Cylindrical-coordinate representation of color #966634: hue angle of 30.61º degrees, saturation: 0.49, 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 #966634 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 102 52 -
CMYK 0 0.32 0.65 0.41
HSL 30.61º 0.49% 0.4% -
HSV(B) 30.61º 0.65% 0.59% -
XYZ 17.95 16.23 5.44 -
YUV 110.65 94.9 156.07 -
System Red Green Blue C M Y K H S L
Decimal 150 102 52 0 0.32 0.65 0.41 30.61 0.49 0.4
Hex 96 66 34 0 20 41 29 1F 31 28
Octal 226 146 64 0 40 101 51 37 61 50
Binary 10010110 1100110 110100 0 100000 1000001 101001 11111 110001 101000

Color Harmonies of #966634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966634

Black with #966634

Text Example


Text Example

White with #966634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966634; }

 p { color: rgb(150,102,52); }

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

background-color css

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

 a { background-color: rgb(150,102,52); }

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

border-color css

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

 span { border-color: rgb(150,102,52); }

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