Html Css Color HEX #957040 McKenzie

📋 copy color: '#957040'

red 149 ◦ green 112 ◦ blue 64

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

Shades of McKenzie #957040

Tints of McKenzie #957040

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.46%

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

R = 45.85%
G = 34.46%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#957040 (or 0x957040) is known color: McKenzie. HEX triplet: 95, 70 and 40. RGB value is (149,112,64). Sum of RGB (Red+Green+Blue) = 149+112+64=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #957040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957040 is #6A8FBF. Grayscale: #757575. Windows color (decimal): -6983616 or 4223125. OLE color: 4223125.

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

Color convert

RGB 149 112 64 -
CMYK 0 0.25 0.57 0.42
HSL 33.88º 0.4% 0.42% -
HSV(B) 33.88º 0.57% 0.58% -
XYZ 19.11 18.35 7.38 -
YUV 117.59 97.76 150.4 -
System Red Green Blue C M Y K H S L
Decimal 149 112 64 0 0.25 0.57 0.42 33.88 0.4 0.42
Hex 95 70 40 0 19 39 2A 22 28 2A
Octal 225 160 100 0 31 71 52 42 50 52
Binary 10010101 1110000 1000000 0 11001 111001 101010 100010 101000 101010

Color Harmonies of #957040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957040

Black with #957040

Text Example


Text Example

White with #957040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957040; }

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

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

background-color css

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

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

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

border-color css

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

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

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