Html Css Color HEX #966540 McKenzie

📋 copy color: '#966540'

red 150 ◦ green 101 ◦ blue 64

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

Shades of McKenzie #966540

Tints of McKenzie #966540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.32%

R = 47.62%
G = 32.06%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#966540 (or 0x966540) is known color: McKenzie. HEX triplet: 96, 65 and 40. RGB value is (150,101,64). Sum of RGB (Red+Green+Blue) = 150+101+64=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #966540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966540 is #699ABF. Grayscale: #6F6F6F. Windows color (decimal): -6920896 or 4220310. OLE color: 4220310.

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

Color convert

RGB 150 101 64 -
CMYK 0 0.33 0.57 0.41
HSL 25.81º 0.4% 0.42% -
HSV(B) 25.81º 0.57% 0.59% -
XYZ 18.16 16.16 7.01 -
YUV 111.43 101.23 155.51 -
System Red Green Blue C M Y K H S L
Decimal 150 101 64 0 0.33 0.57 0.41 25.81 0.4 0.42
Hex 96 65 40 0 21 39 29 1A 28 2A
Octal 226 145 100 0 41 71 51 32 50 52
Binary 10010110 1100101 1000000 0 100001 111001 101001 11010 101000 101010

Color Harmonies of #966540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966540

Black with #966540

Text Example


Text Example

White with #966540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966540; }

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

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

background-color css

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

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

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

border-color css

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

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

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