Html Css Color HEX #966938 McKenzie

📋 copy color: '#966938'

red 150 ◦ green 105 ◦ blue 56

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

Shades of McKenzie #966938

Tints of McKenzie #966938

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.76%

 BLUE value IS 56 (22.27% from 255) = 18.01%

R = 48.23%
G = 33.76%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#966938 (or 0x966938) is known color: McKenzie. HEX triplet: 96, 69 and 38. RGB value is (150,105,56). Sum of RGB (Red+Green+Blue) = 150+105+56=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #966938 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966938 is #6996C7. Grayscale: #717171. Windows color (decimal): -6919880 or 3697046. OLE color: 3697046.

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

Color convert

RGB 150 105 56 -
CMYK 0 0.30 0.63 0.41
HSL 31.28º 0.46% 0.4% -
HSV(B) 31.28º 0.63% 0.59% -
XYZ 18.34 16.87 6.03 -
YUV 112.87 95.91 154.48 -
System Red Green Blue C M Y K H S L
Decimal 150 105 56 0 0.30 0.63 0.41 31.28 0.46 0.4
Hex 96 69 38 0 1E 3F 29 1F 2E 28
Octal 226 151 70 0 36 77 51 37 56 50
Binary 10010110 1101001 111000 0 11110 111111 101001 11111 101110 101000

Color Harmonies of #966938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966938

Black with #966938

Text Example


Text Example

White with #966938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966938; }

 p { color: rgb(150,105,56); }

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

background-color css

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

 a { background-color: rgb(150,105,56); }

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

border-color css

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

 span { border-color: rgb(150,105,56); }

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