Html Css Color HEX #956440 McKenzie

📋 copy color: '#956440'

red 149 ◦ green 100 ◦ blue 64

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

Shades of McKenzie #956440

Tints of McKenzie #956440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.95%

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

R = 47.6%
G = 31.95%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#956440 (or 0x956440) is known color: McKenzie. HEX triplet: 95, 64 and 40. RGB value is (149,100,64). Sum of RGB (Red+Green+Blue) = 149+100+64=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #956440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956440 is #6A9BBF. Grayscale: #6E6E6E. Windows color (decimal): -6986688 or 4220053. OLE color: 4220053.

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

Color convert

RGB 149 100 64 -
CMYK 0 0.33 0.57 0.42
HSL 25.41º 0.4% 0.42% -
HSV(B) 25.41º 0.57% 0.58% -
XYZ 17.88 15.87 6.97 -
YUV 110.55 101.73 155.43 -
System Red Green Blue C M Y K H S L
Decimal 149 100 64 0 0.33 0.57 0.42 25.41 0.4 0.42
Hex 95 64 40 0 21 39 2A 19 28 2A
Octal 225 144 100 0 41 71 52 31 50 52
Binary 10010101 1100100 1000000 0 100001 111001 101010 11001 101000 101010

Color Harmonies of #956440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956440

Black with #956440

Text Example


Text Example

White with #956440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956440; }

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

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

background-color css

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

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

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

border-color css

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

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

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