#99693A

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

Shades of McKenzie #99693A

Tints of McKenzie #99693A

Color information

#99693A (or 0x99693A) is unknown color: approx McKenzie. HEX triplet: 99, 69 and 3A. RGB value is (153,105,58). Sum of RGB (Red+Green+Blue) = 153+105+58=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99693A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99693A is #6696C5. Grayscale: #727272. Windows color (decimal): -6723270 or 3828121. OLE color: 3828121.

HSL color Cylindrical-coordinate representation of color #99693A: hue angle of 29.68º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99693A is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB15310558-
CMYK00.310.620.4
HSL29.68º45.02%41.37%-
HSV(B)29.68º62.09%60%-
XYZ18.9517.186.32-
YUV113.9996.4155.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.42%
GREEN value IS 105 (41.41% from 255) = 33.23%
BLUE value IS 58 (23.05% from 255) = 18.35%
R=48.42%
G=33.23%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531055800.310.620.429.6845.0241.37
Hex99693A01F3E281e2d29
Octal231151720377650365551
Binary10011001110100111101001111111111010100011110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99693A; }

 p { color: rgb(153,105,58); }

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

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

 a { background-color: rgb(153,105,58); }

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

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

 span { border-color: rgb(153,105,58); }

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