Html Css Color HEX #966236 McKenzie

📋 copy color: '#966236'

red 150 ◦ green 98 ◦ blue 54

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

Shades of McKenzie #966236

Tints of McKenzie #966236

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.45%

 BLUE value IS 54 (21.48% from 255) = 17.88%

R = 49.67%
G = 32.45%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#966236 (or 0x966236) is known color: McKenzie. HEX triplet: 96, 62 and 36. RGB value is (150,98,54). Sum of RGB (Red+Green+Blue) = 150+98+54=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #966236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966236 is #699DC9. Grayscale: #6C6C6C. Windows color (decimal): -6921674 or 3564182. OLE color: 3564182.

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

Color convert

RGB 150 98 54 -
CMYK 0 0.35 0.64 0.41
HSL 27.5º 0.47% 0.4% -
HSV(B) 27.5º 0.64% 0.59% -
XYZ 17.61 15.49 5.55 -
YUV 108.53 97.23 157.58 -
System Red Green Blue C M Y K H S L
Decimal 150 98 54 0 0.35 0.64 0.41 27.5 0.47 0.4
Hex 96 62 36 0 23 40 29 1C 2F 28
Octal 226 142 66 0 43 100 51 34 57 50
Binary 10010110 1100010 110110 0 100011 1000000 101001 11100 101111 101000

Color Harmonies of #966236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966236

Black with #966236

Text Example


Text Example

White with #966236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966236; }

 p { color: rgb(150,98,54); }

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

background-color css

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

 a { background-color: rgb(150,98,54); }

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

border-color css

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

 span { border-color: rgb(150,98,54); }

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