Html Css Color HEX #956C3C McKenzie

📋 copy color: '#956C3C'

red 149 ◦ green 108 ◦ blue 60

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

Shades of McKenzie #956C3C

Tints of McKenzie #956C3C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.07%

 BLUE value IS 60 (23.83% from 255) = 18.93%

R = 47%
G = 34.07%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#956C3C (or 0x956C3C) is known color: McKenzie. HEX triplet: 95, 6C and 3C. RGB value is (149,108,60). Sum of RGB (Red+Green+Blue) = 149+108+60=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #956C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956C3C is #6A93C3. Grayscale: #737373. Windows color (decimal): -6984644 or 3959957. OLE color: 3959957.

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

Color convert

RGB 149 108 60 -
CMYK 0 0.28 0.60 0.42
HSL 32.36º 0.43% 0.41% -
HSV(B) 32.36º 0.6% 0.58% -
XYZ 18.57 17.44 6.66 -
YUV 114.79 97.08 152.4 -
System Red Green Blue C M Y K H S L
Decimal 149 108 60 0 0.28 0.60 0.42 32.36 0.43 0.41
Hex 95 6C 3C 0 1C 3C 2A 20 2B 29
Octal 225 154 74 0 34 74 52 40 53 51
Binary 10010101 1101100 111100 0 11100 111100 101010 100000 101011 101001

Color Harmonies of #956C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956C3C

Black with #956C3C

Text Example


Text Example

White with #956C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,108,60); }

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

background-color css

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

 a { background-color: rgb(149,108,60); }

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

border-color css

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

 span { border-color: rgb(149,108,60); }

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