#95653A

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

Shades of McKenzie #95653A

Tints of McKenzie #95653A

Color information

#95653A (or 0x95653A) is unknown color: approx McKenzie. HEX triplet: 95, 65 and 3A. RGB value is (149,101,58). Sum of RGB (Red+Green+Blue) = 149+101+58=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #95653A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95653A is #6A9AC5. Grayscale: #6E6E6E. Windows color (decimal): -6986438 or 3827093. OLE color: 3827093.

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

Color convert

RGB14910158-
CMYK00.320.610.42
HSL28.35º43.96%40.59%-
HSV(B)28.35º61.07%58.43%-
XYZ17.81166.15-
YUV110.4598.4155.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.38%
GREEN value IS 101 (39.84% from 255) = 32.79%
BLUE value IS 58 (23.05% from 255) = 18.83%
R=48.38%
G=32.79%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491015800.320.610.4228.3543.9640.59
Hex95653A0203D2A1c2c29
Octal225145720407552345451
Binary100101011100101111010010000011110110101011100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95653A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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