Html Css Color HEX #966B3A McKenzie

📋 copy color: '#966B3A'

red 150 ◦ green 107 ◦ blue 58

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

Shades of McKenzie #966B3A

Tints of McKenzie #966B3A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.97%

 BLUE value IS 58 (23.05% from 255) = 18.41%

R = 47.62%
G = 33.97%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#966B3A (or 0x966B3A) is known color: McKenzie. HEX triplet: 96, 6B and 3A. RGB value is (150,107,58). Sum of RGB (Red+Green+Blue) = 150+107+58=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #966B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966B3A is #6994C5. Grayscale: #727272. Windows color (decimal): -6919366 or 3828630. OLE color: 3828630.

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

Color convert

RGB 150 107 58 -
CMYK 0 0.29 0.61 0.41
HSL 31.96º 0.44% 0.41% -
HSV(B) 31.96º 0.61% 0.59% -
XYZ 18.6 17.3 6.36 -
YUV 114.27 96.25 153.48 -
System Red Green Blue C M Y K H S L
Decimal 150 107 58 0 0.29 0.61 0.41 31.96 0.44 0.41
Hex 96 6B 3A 0 1D 3D 29 20 2C 29
Octal 226 153 72 0 35 75 51 40 54 51
Binary 10010110 1101011 111010 0 11101 111101 101001 100000 101100 101001

Color Harmonies of #966B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966B3A

Black with #966B3A

Text Example


Text Example

White with #966B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,107,58); }

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

background-color css

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

 a { background-color: rgb(150,107,58); }

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

border-color css

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

 span { border-color: rgb(150,107,58); }

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