#94693C

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

Shades of McKenzie #94693C

Tints of McKenzie #94693C

Color information

#94693C (or 0x94693C) is unknown color: approx McKenzie. HEX triplet: 94, 69 and 3C. RGB value is (148,105,60). Sum of RGB (Red+Green+Blue) = 148+105+60=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #94693C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94693C is #6B96C3. Grayscale: #707070. Windows color (decimal): -7050948 or 3959188. OLE color: 3959188.

HSL color Cylindrical-coordinate representation of color #94693C: hue angle of 30.68º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94693C is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB14810560-
CMYK00.290.590.42
HSL30.68º42.31%40.78%-
HSV(B)30.68º59.46%58.04%-
XYZ18.0816.736.55-
YUV112.7398.25153.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.28%
GREEN value IS 105 (41.41% from 255) = 33.55%
BLUE value IS 60 (23.83% from 255) = 19.17%
R=47.28%
G=33.55%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481056000.290.590.4230.6842.3140.78
Hex94693C01D3B2A1f2a29
Octal224151740357352375251
Binary10010100110100111110001110111101110101011111101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94693C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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