#95643A

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

Shades of McKenzie #95643A

Tints of McKenzie #95643A

Color information

#95643A (or 0x95643A) is unknown color: approx McKenzie. HEX triplet: 95, 64 and 3A. RGB value is (149,100,58). Sum of RGB (Red+Green+Blue) = 149+100+58=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #95643A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95643A is #6A9BC5. Grayscale: #6E6E6E. Windows color (decimal): -6986694 or 3826837. OLE color: 3826837.

HSL color Cylindrical-coordinate representation of color #95643A: hue angle of 27.69º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #95643A is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB14910058-
CMYK00.330.610.42
HSL27.69º43.96%40.59%-
HSV(B)27.69º61.07%58.43%-
XYZ17.7215.816.12-
YUV109.8698.73155.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.53%
GREEN value IS 100 (39.45% from 255) = 32.57%
BLUE value IS 58 (23.05% from 255) = 18.89%
R=48.53%
G=32.57%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491005800.330.610.4227.6943.9640.59
Hex95643A0213D2A1c2c29
Octal225144720417552345451
Binary100101011100100111010010000111110110101011100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95643A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95643A; }

 p { color: rgb(149,100,58); }

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

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

 a { background-color: rgb(149,100,58); }

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

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

 span { border-color: rgb(149,100,58); }

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