Html Css Color HEX #956640 McKenzie

📋 copy color: '#956640'

red 149 ◦ green 102 ◦ blue 64

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

Shades of McKenzie #956640

Tints of McKenzie #956640

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.38%

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

R = 47.3%
G = 32.38%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#956640 (or 0x956640) is known color: McKenzie. HEX triplet: 95, 66 and 40. RGB value is (149,102,64). Sum of RGB (Red+Green+Blue) = 149+102+64=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #956640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956640 is #6A99BF. Grayscale: #6F6F6F. Windows color (decimal): -6986176 or 4220565. OLE color: 4220565.

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

Color convert

RGB 149 102 64 -
CMYK 0 0.32 0.57 0.42
HSL 26.82º 0.4% 0.42% -
HSV(B) 26.82º 0.57% 0.58% -
XYZ 18.07 16.26 7.04 -
YUV 111.72 101.07 154.59 -
System Red Green Blue C M Y K H S L
Decimal 149 102 64 0 0.32 0.57 0.42 26.82 0.4 0.42
Hex 95 66 40 0 20 39 2A 1B 28 2A
Octal 225 146 100 0 40 71 52 33 50 52
Binary 10010101 1100110 1000000 0 100000 111001 101010 11011 101000 101010

Color Harmonies of #956640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956640

Black with #956640

Text Example


Text Example

White with #956640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956640; }

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

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

background-color css

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

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

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

border-color css

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

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

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