Html Css Color HEX #966333 McKenzie

📋 copy color: '#966333'

red 150 ◦ green 99 ◦ blue 51

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

Shades of McKenzie #966333

Tints of McKenzie #966333

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33%

 BLUE value IS 51 (20.31% from 255) = 17%

R = 50%
G = 33%
B = 17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#966333 (or 0x966333) is known color: McKenzie. HEX triplet: 96, 63 and 33. RGB value is (150,99,51). Sum of RGB (Red+Green+Blue) = 150+99+51=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #966333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966333 is #699CCC. Grayscale: #6D6D6D. Windows color (decimal): -6921421 or 3367830. OLE color: 3367830.

HSL color Cylindrical-coordinate representation of color #966333: hue angle of 29.09º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #966333 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 99 51 -
CMYK 0 0.34 0.66 0.41
HSL 29.09º 0.49% 0.39% -
HSV(B) 29.09º 0.66% 0.59% -
XYZ 17.64 15.65 5.22 -
YUV 108.78 95.4 157.4 -
System Red Green Blue C M Y K H S L
Decimal 150 99 51 0 0.34 0.66 0.41 29.09 0.49 0.39
Hex 96 63 33 0 22 42 29 1D 31 27
Octal 226 143 63 0 42 102 51 35 61 47
Binary 10010110 1100011 110011 0 100010 1000010 101001 11101 110001 100111

Color Harmonies of #966333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966333

Black with #966333

Text Example


Text Example

White with #966333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966333; }

 p { color: rgb(150,99,51); }

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

background-color css

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

 a { background-color: rgb(150,99,51); }

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

border-color css

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

 span { border-color: rgb(150,99,51); }

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