#9a6b3f

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

Shades of McKenzie #9A6B3F

Tints of McKenzie #9A6B3F

Color information

#9A6B3F (or 0x9A6B3F) is unknown color: approx McKenzie. HEX triplet: 9A, 6B and 3F. RGB value is (154,107,63). Sum of RGB (Red+Green+Blue) = 154+107+63=324 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.53% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6B3F is #6594C0. Grayscale: #747474. Windows color (decimal): -6657217 or 4156314. OLE color: 4156314.

HSL color Cylindrical-coordinate representation of color #9A6B3F: hue angle of 29.01º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9A6B3F is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB15410763-
CMYK00.310.590.40
HSL29.01º41.94%42.55%-
HSV(B)29.01º59.09%60.39%-
XYZ19.4817.747.1-
YUV116.0498.07155.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.53%
GREEN value IS 107 (42.19% from 255) = 33.02%
BLUE value IS 63 (25% from 255) = 19.44%
R=47.53%
G=33.02%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541076300.310.590.4029.0141.9442.55
Hex9A6B3F01F3B281d2a2b
Octal232153770377350355253
Binary10011010110101111111101111111101110100011101101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a6b3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9a6b3f; }

 p { color: rgb(154,107,63); }

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

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

 a { background-color: rgb(154,107,63); }

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

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

 span { border-color: rgb(154,107,63); }

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