Html Css Color HEX #956941 McKenzie

📋 copy color: '#956941'

red 149 ◦ green 105 ◦ blue 65

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

Shades of McKenzie #956941

Tints of McKenzie #956941

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.92%

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

R = 46.71%
G = 32.92%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#956941 (or 0x956941) is known color: McKenzie. HEX triplet: 95, 69 and 41. RGB value is (149,105,65). Sum of RGB (Red+Green+Blue) = 149+105+65=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #956941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956941 is #6A96BE. Grayscale: #717171. Windows color (decimal): -6985407 or 4286869. OLE color: 4286869.

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

Color convert

RGB 149 105 65 -
CMYK 0 0.30 0.56 0.42
HSL 28.57º 0.39% 0.42% -
HSV(B) 28.57º 0.56% 0.58% -
XYZ 18.4 16.87 7.29 -
YUV 113.6 100.58 153.25 -
System Red Green Blue C M Y K H S L
Decimal 149 105 65 0 0.30 0.56 0.42 28.57 0.39 0.42
Hex 95 69 41 0 1E 38 2A 1D 27 2A
Octal 225 151 101 0 36 70 52 35 47 52
Binary 10010101 1101001 1000001 0 11110 111000 101010 11101 100111 101010

Color Harmonies of #956941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956941

Black with #956941

Text Example


Text Example

White with #956941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956941; }

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

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

background-color css

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

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

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

border-color css

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

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

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