Html Css Color HEX #956E40 McKenzie

📋 copy color: '#956E40'

red 149 ◦ green 110 ◦ blue 64

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

Shades of McKenzie #956E40

Tints of McKenzie #956E40

RGB

 RED value IS 149 (58.59% from 255) = 46.13%

 GREEN value IS 110 (43.36% from 255) = 34.06%

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

R = 46.13%
G = 34.06%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#956E40 (or 0x956E40) is known color: McKenzie. HEX triplet: 95, 6E and 40. RGB value is (149,110,64). Sum of RGB (Red+Green+Blue) = 149+110+64=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #956E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956E40 is #6A91BF. Grayscale: #747474. Windows color (decimal): -6984128 or 4222613. OLE color: 4222613.

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

Color convert

RGB 149 110 64 -
CMYK 0 0.26 0.57 0.42
HSL 32.47º 0.4% 0.42% -
HSV(B) 32.47º 0.57% 0.58% -
XYZ 18.9 17.91 7.31 -
YUV 116.42 98.42 151.24 -
System Red Green Blue C M Y K H S L
Decimal 149 110 64 0 0.26 0.57 0.42 32.47 0.4 0.42
Hex 95 6E 40 0 1A 39 2A 20 28 2A
Octal 225 156 100 0 32 71 52 40 50 52
Binary 10010101 1101110 1000000 0 11010 111001 101010 100000 101000 101010

Color Harmonies of #956E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956E40

Black with #956E40

Text Example


Text Example

White with #956E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956E40; }

 p { color: rgb(149,110,64); }

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

background-color css

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

 a { background-color: rgb(149,110,64); }

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

border-color css

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

 span { border-color: rgb(149,110,64); }

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