#95683C

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

Shades of McKenzie #95683C

Tints of McKenzie #95683C

Color information

#95683C (or 0x95683C) is unknown color: approx McKenzie. HEX triplet: 95, 68 and 3C. RGB value is (149,104,60). Sum of RGB (Red+Green+Blue) = 149+104+60=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #95683C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95683C is #6A97C3. Grayscale: #707070. Windows color (decimal): -6985668 or 3958933. OLE color: 3958933.

HSL color Cylindrical-coordinate representation of color #95683C: hue angle of 29.66º 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 #95683C is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB14910460-
CMYK00.300.600.42
HSL29.66º42.58%40.98%-
HSV(B)29.66º59.73%58.43%-
XYZ18.1616.626.53-
YUV112.4498.41154.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.60%
GREEN value IS 104 (41.02% from 255) = 33.23%
BLUE value IS 60 (23.83% from 255) = 19.17%
R=47.60%
G=33.23%
B=19.17%

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
Decimal1491046000.300.600.4229.6642.5840.98
Hex95683C01E3C2A1e2b29
Octal225150740367452365351
Binary10010101110100011110001111011110010101011110101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95683C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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