Html Css Color HEX #966C39 McKenzie

📋 copy color: '#966C39'

red 150 ◦ green 108 ◦ blue 57

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

Shades of McKenzie #966C39

Tints of McKenzie #966C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.1%

R = 47.62%
G = 34.29%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#966C39 (or 0x966C39) is known color: McKenzie. HEX triplet: 96, 6C and 39. RGB value is (150,108,57). Sum of RGB (Red+Green+Blue) = 150+108+57=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #966C39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966C39 is #6993C6. Grayscale: #727272. Windows color (decimal): -6919111 or 3763350. OLE color: 3763350.

HSL color Cylindrical-coordinate representation of color #966C39: hue angle of 32.9º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #966C39 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 108 57 -
CMYK 0 0.28 0.62 0.41
HSL 32.9º 0.45% 0.41% -
HSV(B) 32.9º 0.62% 0.59% -
XYZ 18.68 17.5 6.27 -
YUV 114.74 95.41 153.15 -
System Red Green Blue C M Y K H S L
Decimal 150 108 57 0 0.28 0.62 0.41 32.9 0.45 0.41
Hex 96 6C 39 0 1C 3E 29 21 2D 29
Octal 226 154 71 0 34 76 51 41 55 51
Binary 10010110 1101100 111001 0 11100 111110 101001 100001 101101 101001

Color Harmonies of #966C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966C39

Black with #966C39

Text Example


Text Example

White with #966C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966C39; }

 p { color: rgb(150,108,57); }

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

background-color css

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

 a { background-color: rgb(150,108,57); }

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

border-color css

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

 span { border-color: rgb(150,108,57); }

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