#95643D

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

Shades of McKenzie #95643D

Tints of McKenzie #95643D

Color information

#95643D (or 0x95643D) is unknown color: approx McKenzie. HEX triplet: 95, 64 and 3D. RGB value is (149,100,61). Sum of RGB (Red+Green+Blue) = 149+100+61=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #95643D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95643D is #6A9BC2. Grayscale: #6E6E6E. Windows color (decimal): -6986691 or 4023445. OLE color: 4023445.

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

Color convert

RGB14910061-
CMYK00.330.590.42
HSL26.59º41.9%41.18%-
HSV(B)26.59º59.06%58.43%-
XYZ17.7915.846.53-
YUV110.2100.23155.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.06%
GREEN value IS 100 (39.45% from 255) = 32.26%
BLUE value IS 61 (24.22% from 255) = 19.68%
R=48.06%
G=32.26%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491006100.330.590.4226.5941.941.18
Hex95643D0213B2A1b2a29
Octal225144750417352335251
Binary100101011100100111101010000111101110101011011101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95643D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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