#956B38

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

Shades of McKenzie #956B38

Tints of McKenzie #956B38

Color information

#956B38 (or 0x956B38) is unknown color: approx McKenzie. HEX triplet: 95, 6B and 38. RGB value is (149,107,56). Sum of RGB (Red+Green+Blue) = 149+107+56=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #956B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956B38 is #6A94C7. Grayscale: #717171. Windows color (decimal): -6984904 or 3697557. OLE color: 3697557.

HSL color Cylindrical-coordinate representation of color #956B38: hue angle of 32.9º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #956B38 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB14910756-
CMYK00.280.620.42
HSL32.9º45.37%40.2%-
HSV(B)32.9º62.42%58.43%-
XYZ18.3717.196.09-
YUV113.7495.41153.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.76%
GREEN value IS 107 (42.19% from 255) = 34.29%
BLUE value IS 56 (22.27% from 255) = 17.95%
R=47.76%
G=34.29%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491075600.280.620.4232.945.3740.2
Hex956B3801C3E2A212d28
Octal225153700347652415550
Binary100101011101011111000011100111110101010100001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956B38; }

 p { color: rgb(149,107,56); }

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

<style>
 a { background-color: #956B38; }

 a { background-color: rgb(149,107,56); }

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

<style>
 span { border-color: #956B38; }

 span { border-color: rgb(149,107,56); }

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