#95613A

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

Shades of McKenzie #95613A

Tints of McKenzie #95613A

Color information

#95613A (or 0x95613A) is unknown color: approx McKenzie. HEX triplet: 95, 61 and 3A. RGB value is (149,97,58). Sum of RGB (Red+Green+Blue) = 149+97+58=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #95613A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95613A is #6A9EC5. Grayscale: #6C6C6C. Windows color (decimal): -6987462 or 3826069. OLE color: 3826069.

HSL color Cylindrical-coordinate representation of color #95613A: hue angle of 25.71º 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 #95613A is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB1499758-
CMYK00.350.610.42
HSL25.71º43.96%40.59%-
HSV(B)25.71º61.07%58.43%-
XYZ17.4315.246.03-
YUV108.199.73157.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.01%
GREEN value IS 97 (38.28% from 255) = 31.91%
BLUE value IS 58 (23.05% from 255) = 19.08%
R=49.01%
G=31.91%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149975800.350.610.4225.7143.9640.59
Hex95613A0233D2A1a2c29
Octal225141720437552325451
Binary100101011100001111010010001111110110101011010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95613A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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