#99693C

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

Shades of McKenzie #99693C

Tints of McKenzie #99693C

Color information

#99693C (or 0x99693C) is unknown color: approx McKenzie. HEX triplet: 99, 69 and 3C. RGB value is (153,105,60). Sum of RGB (Red+Green+Blue) = 153+105+60=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #99693C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99693C is #6696C3. Grayscale: #727272. Windows color (decimal): -6723268 or 3959193. OLE color: 3959193.

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

Color convert

RGB15310560-
CMYK00.310.610.4
HSL29.03º43.66%41.76%-
HSV(B)29.03º60.78%60%-
XYZ1917.26.59-
YUV114.2297.4155.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.11%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 60 (23.83% from 255) = 18.87%
R=48.11%
G=33.02%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531056000.310.610.429.0343.6641.76
Hex99693C01F3D281d2c2a
Octal231151740377550355452
Binary10011001110100111110001111111110110100011101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99693C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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