#95673C

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

Shades of McKenzie #95673C

Tints of McKenzie #95673C

Color information

#95673C (or 0x95673C) is unknown color: approx McKenzie. HEX triplet: 95, 67 and 3C. RGB value is (149,103,60). Sum of RGB (Red+Green+Blue) = 149+103+60=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #95673C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95673C is #6A98C3. Grayscale: #707070. Windows color (decimal): -6985924 or 3958677. OLE color: 3958677.

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

Color convert

RGB14910360-
CMYK00.310.600.42
HSL28.99º42.58%40.98%-
HSV(B)28.99º59.73%58.43%-
XYZ18.0616.426.49-
YUV111.8598.74154.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.76%
GREEN value IS 103 (40.62% from 255) = 33.01%
BLUE value IS 60 (23.83% from 255) = 19.23%
R=47.76%
G=33.01%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491036000.310.600.4228.9942.5840.98
Hex95673C01F3C2A1d2b29
Octal225147740377452355351
Binary10010101110011111110001111111110010101011101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95673C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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