#946935

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

Shades of McKenzie #946935

Tints of McKenzie #946935

Color information

#946935 (or 0x946935) is unknown color: approx McKenzie. HEX triplet: 94, 69 and 35. RGB value is (148,105,53). Sum of RGB (Red+Green+Blue) = 148+105+53=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #946935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946935 is #6B96CA. Grayscale: #707070. Windows color (decimal): -7050955 or 3500436. OLE color: 3500436.

HSL color Cylindrical-coordinate representation of color #946935: hue angle of 32.84º 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 #946935 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB14810553-
CMYK00.290.640.42
HSL32.84º47.26%39.41%-
HSV(B)32.84º64.19%58.04%-
XYZ17.9116.665.64-
YUV111.9394.75153.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.37%
GREEN value IS 105 (41.41% from 255) = 34.31%
BLUE value IS 53 (21.09% from 255) = 17.32%
R=48.37%
G=34.31%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481055300.290.640.4232.8447.2639.41
Hex94693501D402A212f27
Octal2241516503510052415747
Binary1001010011010011101010111011000000101010100001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946935; }

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

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

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

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

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

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

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

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