#63706E

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

Shades of Nevada #63706E

Tints of Nevada #63706E

Color information

#63706E (or 0x63706E) is unknown color: approx Nevada. HEX triplet: 63, 70 and 6E. RGB value is (99,112,110). Sum of RGB (Red+Green+Blue) = 99+112+110=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 112 - color contains mainly: green. Hex color #63706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63706E is #9C8F91. Grayscale: #6B6B6B. Windows color (decimal): -10260370 or 7237731. OLE color: 7237731.

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

Color convert

RGB99112110-
CMYK0.1200.020.56
HSL170.77º6.16%41.37%-
HSV(B)170.77º11.61%43.92%-
XYZ13.7515.3716.99-
YUV107.88129.19121.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.84%
GREEN value IS 112 (44.14% from 255) = 34.89%
BLUE value IS 110 (43.36% from 255) = 34.27%
R=30.84%
G=34.89%
B=34.27%

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
Decimal991121100.1200.020.56170.776.1641.37
Hex63706EC0238ab629
Octal143160156140270253651
Binary110001111100001101110110001011100010101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63706E; }

 p { color: rgb(99,112,110); }

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

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

 a { background-color: rgb(99,112,110); }

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

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

 span { border-color: rgb(99,112,110); }

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