Html Css Color HEX #957041 McKenzie

📋 copy color: '#957041'

red 149 ◦ green 112 ◦ blue 65

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

Shades of McKenzie #957041

Tints of McKenzie #957041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.94%

R = 45.71%
G = 34.36%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#957041 (or 0x957041) is known color: McKenzie. HEX triplet: 95, 70 and 41. RGB value is (149,112,65). Sum of RGB (Red+Green+Blue) = 149+112+65=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #957041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957041 is #6A8FBE. Grayscale: #757575. Windows color (decimal): -6983615 or 4288661. OLE color: 4288661.

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

Color convert

RGB 149 112 65 -
CMYK 0 0.25 0.56 0.42
HSL 33.57º 0.39% 0.42% -
HSV(B) 33.57º 0.56% 0.58% -
XYZ 19.14 18.36 7.54 -
YUV 117.71 98.26 150.32 -
System Red Green Blue C M Y K H S L
Decimal 149 112 65 0 0.25 0.56 0.42 33.57 0.39 0.42
Hex 95 70 41 0 19 38 2A 22 27 2A
Octal 225 160 101 0 31 70 52 42 47 52
Binary 10010101 1110000 1000001 0 11001 111000 101010 100010 100111 101010

Color Harmonies of #957041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957041

Black with #957041

Text Example


Text Example

White with #957041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957041; }

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

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

background-color css

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

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

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

border-color css

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

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

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