Html Css Color HEX #966538 McKenzie

📋 copy color: '#966538'

red 150 ◦ green 101 ◦ blue 56

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

Shades of McKenzie #966538

Tints of McKenzie #966538

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.9%

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

R = 48.86%
G = 32.9%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#966538 (or 0x966538) is known color: McKenzie. HEX triplet: 96, 65 and 38. RGB value is (150,101,56). Sum of RGB (Red+Green+Blue) = 150+101+56=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #966538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966538 is #699AC7. Grayscale: #6E6E6E. Windows color (decimal): -6920904 or 3696022. OLE color: 3696022.

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

Color convert

RGB 150 101 56 -
CMYK 0 0.33 0.63 0.41
HSL 28.72º 0.46% 0.4% -
HSV(B) 28.72º 0.63% 0.59% -
XYZ 17.95 16.08 5.9 -
YUV 110.52 97.23 156.16 -
System Red Green Blue C M Y K H S L
Decimal 150 101 56 0 0.33 0.63 0.41 28.72 0.46 0.4
Hex 96 65 38 0 21 3F 29 1D 2E 28
Octal 226 145 70 0 41 77 51 35 56 50
Binary 10010110 1100101 111000 0 100001 111111 101001 11101 101110 101000

Color Harmonies of #966538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966538

Black with #966538

Text Example


Text Example

White with #966538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966538; }

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

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

background-color css

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

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

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

border-color css

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

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

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