#95683E

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

Shades of McKenzie #95683E

Tints of McKenzie #95683E

Color information

#95683E (or 0x95683E) is unknown color: approx McKenzie. HEX triplet: 95, 68 and 3E. RGB value is (149,104,62). Sum of RGB (Red+Green+Blue) = 149+104+62=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #95683E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95683E is #6A97C1. Grayscale: #707070. Windows color (decimal): -6985666 or 4090005. OLE color: 4090005.

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

Color convert

RGB14910462-
CMYK00.300.580.42
HSL28.97º41.23%41.37%-
HSV(B)28.97º58.39%58.43%-
XYZ18.2116.646.81-
YUV112.6799.41153.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.30%
GREEN value IS 104 (41.02% from 255) = 33.02%
BLUE value IS 62 (24.61% from 255) = 19.68%
R=47.30%
G=33.02%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491046200.300.580.4228.9741.2341.37
Hex95683E01E3A2A1d2929
Octal225150760367252355151
Binary10010101110100011111001111011101010101011101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95683E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95683E; }

 p { color: rgb(149,104,62); }

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

<style>
 a { background-color: #95683E; }

 a { background-color: rgb(149,104,62); }

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

<style>
 span { border-color: #95683E; }

 span { border-color: rgb(149,104,62); }

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