#95703F

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

Shades of McKenzie #95703F

Tints of McKenzie #95703F

Color information

#95703F (or 0x95703F) is unknown color: approx McKenzie. HEX triplet: 95, 70 and 3F. RGB value is (149,112,63). Sum of RGB (Red+Green+Blue) = 149+112+63=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #95703F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95703F is #6A8FC0. Grayscale: #757575. Windows color (decimal): -6983617 or 4157589. OLE color: 4157589.

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

Color convert

RGB14911263-
CMYK00.250.580.42
HSL34.19º40.57%41.57%-
HSV(B)34.19º57.72%58.43%-
XYZ19.0918.347.24-
YUV117.4897.26150.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.99%
GREEN value IS 112 (44.14% from 255) = 34.57%
BLUE value IS 63 (25% from 255) = 19.44%
R=45.99%
G=34.57%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491126300.250.580.4234.1940.5741.57
Hex95703F0193A2A22292a
Octal225160770317252425152
Binary100101011110000111111011001111010101010100010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95703F; }

 p { color: rgb(149,112,63); }

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

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

 a { background-color: rgb(149,112,63); }

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

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

 span { border-color: rgb(149,112,63); }

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