#95693C

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

Shades of McKenzie #95693C

Tints of McKenzie #95693C

Color information

#95693C (or 0x95693C) is unknown color: approx McKenzie. HEX triplet: 95, 69 and 3C. RGB value is (149,105,60). Sum of RGB (Red+Green+Blue) = 149+105+60=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #95693C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95693C is #6A96C3. Grayscale: #717171. Windows color (decimal): -6985412 or 3959189. OLE color: 3959189.

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

Color convert

RGB14910560-
CMYK00.300.600.42
HSL30.34º42.58%40.98%-
HSV(B)30.34º59.73%58.43%-
XYZ18.2616.826.56-
YUV113.0398.08153.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.45%
GREEN value IS 105 (41.41% from 255) = 33.44%
BLUE value IS 60 (23.83% from 255) = 19.11%
R=47.45%
G=33.44%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491056000.300.600.4230.3442.5840.98
Hex95693C01E3C2A1e2b29
Octal225151740367452365351
Binary10010101110100111110001111011110010101011110101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95693C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95693C; }

 p { color: rgb(149,105,60); }

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

<style>
 a { background-color: #95693C; }

 a { background-color: rgb(149,105,60); }

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

<style>
 span { border-color: #95693C; }

 span { border-color: rgb(149,105,60); }

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