Html Css Color HEX #63706E Nevada

📋 copy color: '#63706E'

red 99 ◦ green 112 ◦ blue 110

#63706E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nevada #63706E

Tints of Nevada #63706E

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 value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#63706E (or 0x63706E) is known color: 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

RGB 99 112 110 -
CMYK 0.12 0 0.02 0.56
HSL 170.77º 0.06% 0.41% -
HSV(B) 170.77º 0.12% 0.44% -
XYZ 13.75 15.37 16.99 -
YUV 107.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 99 112 110 0.12 0 0.02 0.56 170.77 0.06 0.41
Hex 63 70 6E C 0 2 38 AB 6 29
Octal 143 160 156 14 0 2 70 253 6 51
Binary 1100011 1110000 1101110 1100 0 10 111000 10101011 110 101001

Color Harmonies of #63706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63706E

Black with #63706E

Text Example


Text Example

White with #63706E

Text Example


Text Example

HTML Codes & Css Web 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>