#946635

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

Shades of McKenzie #946635

Tints of McKenzie #946635

Color information

#946635 (or 0x946635) is unknown color: approx McKenzie. HEX triplet: 94, 66 and 35. RGB value is (148,102,53). Sum of RGB (Red+Green+Blue) = 148+102+53=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #946635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946635 is #6B99CA. Grayscale: #6E6E6E. Windows color (decimal): -7051723 or 3499668. OLE color: 3499668.

HSL color Cylindrical-coordinate representation of color #946635: hue angle of 30.95º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #946635 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB14810253-
CMYK00.310.640.42
HSL30.95º47.26%39.41%-
HSV(B)30.95º64.19%58.04%-
XYZ17.6116.065.54-
YUV110.1795.74154.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.84%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 53 (21.09% from 255) = 17.49%
R=48.84%
G=33.66%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481025300.310.640.4230.9547.2639.41
Hex94663501F402A1f2f27
Octal2241466503710052375747
Binary100101001100110110101011111100000010101011111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946635; }

 p { color: rgb(148,102,53); }

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

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

 a { background-color: rgb(148,102,53); }

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

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

 span { border-color: rgb(148,102,53); }

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