#996B3C

Color #996B3C McKenzie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of McKenzie #996B3C

Tints of McKenzie #996B3C

Color information

#996B3C (or 0x996B3C) is unknown color: approx McKenzie. HEX triplet: 99, 6B and 3C. RGB value is (153,107,60). Sum of RGB (Red+Green+Blue) = 153+107+60=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #996B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996B3C is #6694C3. Grayscale: #737373. Windows color (decimal): -6722756 or 3959705. OLE color: 3959705.

HSL color Cylindrical-coordinate representation of color #996B3C: hue angle of 30.32º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #996B3C is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB15310760-
CMYK00.300.610.4
HSL30.32º43.66%41.76%-
HSV(B)30.32º60.78%60%-
XYZ19.2117.616.66-
YUV115.496.74154.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.81%
GREEN value IS 107 (42.19% from 255) = 33.44%
BLUE value IS 60 (23.83% from 255) = 18.75%
R=47.81%
G=33.44%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531076000.300.610.430.3243.6641.76
Hex996B3C01E3D281e2c2a
Octal231153740367550365452
Binary10011001110101111110001111011110110100011110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996B3C; }

 p { color: rgb(153,107,60); }

 H1.HeaderClassName
 {
   color: #996B3C;
 }
 .AnyTagClassName
 {
   color: #996B3C;
 }
</style>
background-color css

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

 a { background-color: rgb(153,107,60); }

 div.DivClassName
 {
   background-color: #996B3C;
 }
 .BgClassName
 {
   background-color: #996B3C;
 }
</style>
border-color css

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

 span { border-color: rgb(153,107,60); }

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