#95673D

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

Shades of McKenzie #95673D

Tints of McKenzie #95673D

Color information

#95673D (or 0x95673D) is unknown color: approx McKenzie. HEX triplet: 95, 67 and 3D. RGB value is (149,103,61). Sum of RGB (Red+Green+Blue) = 149+103+61=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #95673D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95673D is #6A98C2. Grayscale: #707070. Windows color (decimal): -6985923 or 4024213. OLE color: 4024213.

HSL color Cylindrical-coordinate representation of color #95673D: hue angle of 28.64º 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 #95673D is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB14910361-
CMYK00.310.590.42
HSL28.64º41.9%41.18%-
HSV(B)28.64º59.06%58.43%-
XYZ18.0916.436.63-
YUV111.9799.24154.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.60%
GREEN value IS 103 (40.62% from 255) = 32.91%
BLUE value IS 61 (24.22% from 255) = 19.49%
R=47.60%
G=32.91%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491036100.310.590.4228.6441.941.18
Hex95673D01F3B2A1d2a29
Octal225147750377352355251
Binary10010101110011111110101111111101110101011101101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95673D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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