#966935

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

Shades of McKenzie #966935

Tints of McKenzie #966935

Color information

#966935 (or 0x966935) is unknown color: approx McKenzie. HEX triplet: 96, 69 and 35. RGB value is (150,105,53). Sum of RGB (Red+Green+Blue) = 150+105+53=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #966935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966935 is #6996CA. Grayscale: #707070. Windows color (decimal): -6919883 or 3500438. OLE color: 3500438.

HSL color Cylindrical-coordinate representation of color #966935: hue angle of 32.16º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #966935 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB15010553-
CMYK00.300.650.41
HSL32.16º47.78%39.8%-
HSV(B)32.16º64.67%58.82%-
XYZ18.2716.845.66-
YUV112.5394.41154.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.70%
GREEN value IS 105 (41.41% from 255) = 34.09%
BLUE value IS 53 (21.09% from 255) = 17.21%
R=48.70%
G=34.09%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501055300.300.650.4132.1647.7839.8
Hex96693501E4129203028
Octal2261516503610151406050
Binary1001011011010011101010111101000001101001100000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966935; }

 p { color: rgb(150,105,53); }

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

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

 a { background-color: rgb(150,105,53); }

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

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

 span { border-color: rgb(150,105,53); }

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