#986533

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

Shades of McKenzie #986533

Tints of McKenzie #986533

Color information

#986533 (or 0x986533) is unknown color: approx McKenzie. HEX triplet: 98, 65 and 33. RGB value is (152,101,51). Sum of RGB (Red+Green+Blue) = 152+101+51=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #986533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986533 is #679ACC. Grayscale: #6E6E6E. Windows color (decimal): -6789837 or 3368344. OLE color: 3368344.

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

Color convert

RGB15210151-
CMYK00.340.660.40
HSL29.7º49.75%39.8%-
HSV(B)29.7º66.45%59.61%-
XYZ18.216.225.3-
YUV110.5594.4157.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 51 (20.31% from 255) = 16.78%
R=50%
G=33.22%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521015100.340.660.4029.749.7539.8
Hex98653302242281e3228
Octal2301456304210250366250
Binary1001100011001011100110100010100001010100011110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986533; }

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

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

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

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

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

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

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

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