#986535

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

Shades of McKenzie #986535

Tints of McKenzie #986535

Color information

#986535 (or 0x986535) is unknown color: approx McKenzie. HEX triplet: 98, 65 and 35. RGB value is (152,101,53). Sum of RGB (Red+Green+Blue) = 152+101+53=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #986535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986535 is #679ACA. Grayscale: #6F6F6F. Windows color (decimal): -6789835 or 3499416. OLE color: 3499416.

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

Color convert

RGB15210153-
CMYK00.340.650.40
HSL29.09º48.29%40.2%-
HSV(B)29.09º65.13%59.61%-
XYZ18.2516.245.54-
YUV110.7895.4157.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.67%
GREEN value IS 101 (39.84% from 255) = 33.01%
BLUE value IS 53 (21.09% from 255) = 17.32%
R=49.67%
G=33.01%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521015300.340.650.4029.0948.2940.2
Hex98653502241281d3028
Octal2301456504210150356050
Binary1001100011001011101010100010100000110100011101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986535; }

 p { color: rgb(152,101,53); }

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

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

 a { background-color: rgb(152,101,53); }

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

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

 span { border-color: rgb(152,101,53); }

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