Html Css Color HEX #967041 McKenzie

📋 copy color: '#967041'

red 150 ◦ green 112 ◦ blue 65

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

Shades of McKenzie #967041

Tints of McKenzie #967041

RGB

 RED value IS 150 (58.98% from 255) = 45.87%

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

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

R = 45.87%
G = 34.25%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#967041 (or 0x967041) is known color: McKenzie. HEX triplet: 96, 70 and 41. RGB value is (150,112,65). Sum of RGB (Red+Green+Blue) = 150+112+65=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #967041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967041 is #698FBE. Grayscale: #767676. Windows color (decimal): -6918079 or 4288662. OLE color: 4288662.

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

Color convert

RGB 150 112 65 -
CMYK 0 0.25 0.57 0.41
HSL 33.18º 0.4% 0.42% -
HSV(B) 33.18º 0.57% 0.59% -
XYZ 19.33 18.45 7.54 -
YUV 118 98.09 150.82 -
System Red Green Blue C M Y K H S L
Decimal 150 112 65 0 0.25 0.57 0.41 33.18 0.4 0.42
Hex 96 70 41 0 19 39 29 21 28 2A
Octal 226 160 101 0 31 71 51 41 50 52
Binary 10010110 1110000 1000001 0 11001 111001 101001 100001 101000 101010

Color Harmonies of #967041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967041

Black with #967041

Text Example


Text Example

White with #967041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967041; }

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

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

background-color css

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

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

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

border-color css

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

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

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