Html Css Color HEX #966434 McKenzie

📋 copy color: '#966434'

red 150 ◦ green 100 ◦ blue 52

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

Shades of McKenzie #966434

Tints of McKenzie #966434

RGB

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

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

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

R = 49.67%
G = 33.11%
B = 17.22%

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

#966434 (or 0x966434) is known color: McKenzie. HEX triplet: 96, 64 and 34. RGB value is (150,100,52). Sum of RGB (Red+Green+Blue) = 150+100+52=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #966434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966434 is #699BCB. Grayscale: #6D6D6D. Windows color (decimal): -6921164 or 3433622. OLE color: 3433622.

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

Color convert

RGB 150 100 52 -
CMYK 0 0.33 0.65 0.41
HSL 29.39º 0.49% 0.4% -
HSV(B) 29.39º 0.65% 0.59% -
XYZ 17.75 15.85 5.37 -
YUV 109.48 95.57 156.9 -
System Red Green Blue C M Y K H S L
Decimal 150 100 52 0 0.33 0.65 0.41 29.39 0.49 0.4
Hex 96 64 34 0 21 41 29 1D 31 28
Octal 226 144 64 0 41 101 51 35 61 50
Binary 10010110 1100100 110100 0 100001 1000001 101001 11101 110001 101000

Color Harmonies of #966434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966434

Black with #966434

Text Example


Text Example

White with #966434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966434; }

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

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

background-color css

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

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

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

border-color css

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

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

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