Html Css Color HEX #956E42 McKenzie

📋 copy color: '#956E42'

red 149 ◦ green 110 ◦ blue 66

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

Shades of McKenzie #956E42

Tints of McKenzie #956E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.31%

R = 45.85%
G = 33.85%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#956E42 (or 0x956E42) is known color: McKenzie. HEX triplet: 95, 6E and 42. RGB value is (149,110,66). Sum of RGB (Red+Green+Blue) = 149+110+66=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #956E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956E42 is #6A91BD. Grayscale: #747474. Windows color (decimal): -6984126 or 4353685. OLE color: 4353685.

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

Color convert

RGB 149 110 66 -
CMYK 0 0.26 0.56 0.42
HSL 31.81º 0.39% 0.42% -
HSV(B) 31.81º 0.56% 0.58% -
XYZ 18.95 17.93 7.62 -
YUV 116.65 99.42 151.08 -
System Red Green Blue C M Y K H S L
Decimal 149 110 66 0 0.26 0.56 0.42 31.81 0.39 0.42
Hex 95 6E 42 0 1A 38 2A 20 27 2A
Octal 225 156 102 0 32 70 52 40 47 52
Binary 10010101 1101110 1000010 0 11010 111000 101010 100000 100111 101010

Color Harmonies of #956E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956E42

Black with #956E42

Text Example


Text Example

White with #956E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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