#63716F

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

Shades of Nevada #63716F

Tints of Nevada #63716F

Color information

#63716F (or 0x63716F) is unknown color: approx Nevada. HEX triplet: 63, 71 and 6F. RGB value is (99,113,111). Sum of RGB (Red+Green+Blue) = 99+113+111=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 113 - color contains mainly: green. Hex color #63716F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63716F is #9C8E90. Grayscale: #6C6C6C. Windows color (decimal): -10260113 or 7303523. OLE color: 7303523.

HSL color Cylindrical-coordinate representation of color #63716F: hue angle of 171.43º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #63716F is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB99113111-
CMYK0.1200.020.56
HSL171.43º6.6%41.57%-
HSV(B)171.43º12.39%44.31%-
XYZ13.9215.6117.32-
YUV108.59129.36121.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.65%
GREEN value IS 113 (44.53% from 255) = 34.98%
BLUE value IS 111 (43.75% from 255) = 34.37%
R=30.65%
G=34.98%
B=34.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal991131110.1200.020.56171.436.641.57
Hex63716FC0238ab72a
Octal143161157140270253752
Binary110001111100011101111110001011100010101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63716F; }

 p { color: rgb(99,113,111); }

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

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

 a { background-color: rgb(99,113,111); }

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

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

 span { border-color: rgb(99,113,111); }

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