Html Css Color HEX #956A3F McKenzie

📋 copy color: '#956A3F'

red 149 ◦ green 106 ◦ blue 63

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

Shades of McKenzie #956A3F

Tints of McKenzie #956A3F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.33%

 BLUE value IS 63 (25% from 255) = 19.81%

R = 46.86%
G = 33.33%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#956A3F (or 0x956A3F) is known color: McKenzie. HEX triplet: 95, 6A and 3F. RGB value is (149,106,63). Sum of RGB (Red+Green+Blue) = 149+106+63=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #956A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956A3F is #6A95C0. Grayscale: #727272. Windows color (decimal): -6985153 or 4156053. OLE color: 4156053.

HSL color Cylindrical-coordinate representation of color #956A3F: hue angle of 30º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #956A3F is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 106 63 -
CMYK 0 0.29 0.58 0.42
HSL 30º 0.41% 0.42% -
HSV(B) 30º 0.58% 0.58% -
XYZ 18.45 17.06 7.02 -
YUV 113.96 99.25 153 -
System Red Green Blue C M Y K H S L
Decimal 149 106 63 0 0.29 0.58 0.42 30 0.41 0.42
Hex 95 6A 3F 0 1D 3A 2A 1E 29 2A
Octal 225 152 77 0 35 72 52 36 51 52
Binary 10010101 1101010 111111 0 11101 111010 101010 11110 101001 101010

Color Harmonies of #956A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956A3F

Black with #956A3F

Text Example


Text Example

White with #956A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956A3F; }

 p { color: rgb(149,106,63); }

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

background-color css

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

 a { background-color: rgb(149,106,63); }

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

border-color css

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

 span { border-color: rgb(149,106,63); }

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