#95653C

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

Shades of McKenzie #95653C

Tints of McKenzie #95653C

Color information

#95653C (or 0x95653C) is unknown color: approx McKenzie. HEX triplet: 95, 65 and 3C. RGB value is (149,101,60). Sum of RGB (Red+Green+Blue) = 149+101+60=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #95653C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95653C is #6A9AC3. Grayscale: #6E6E6E. Windows color (decimal): -6986436 or 3958165. OLE color: 3958165.

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

Color convert

RGB14910160-
CMYK00.320.600.42
HSL27.64º42.58%40.98%-
HSV(B)27.64º59.73%58.43%-
XYZ17.8616.026.43-
YUV110.6899.4155.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.06%
GREEN value IS 101 (39.84% from 255) = 32.58%
BLUE value IS 60 (23.83% from 255) = 19.35%
R=48.06%
G=32.58%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491016000.320.600.4227.6442.5840.98
Hex95653C0203C2A1c2b29
Octal225145740407452345351
Binary100101011100101111100010000011110010101011100101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95653C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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