Html Css Color HEX #63706F Nevada

📋 copy color: '#63706F'

red 99 ◦ green 112 ◦ blue 111

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

Shades of Nevada #63706F

Tints of Nevada #63706F

RGB

 RED value IS 99 (39.06% from 255) = 30.75%

 GREEN value IS 112 (44.14% from 255) = 34.78%

 BLUE value IS 111 (43.75% from 255) = 34.47%

R = 30.75%
G = 34.78%
B = 34.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#63706F (or 0x63706F) is known color: Nevada. HEX triplet: 63, 70 and 6F. RGB value is (99,112,111). Sum of RGB (Red+Green+Blue) = 99+112+111=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 112 - color contains mainly: green. Hex color #63706F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63706F is #9C8F90. Grayscale: #6B6B6B. Windows color (decimal): -10260369 or 7303267. OLE color: 7303267.

HSL color Cylindrical-coordinate representation of color #63706F: hue angle of 175.38º 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 #63706F is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 99 112 111 -
CMYK 0.12 0 0.01 0.56
HSL 175.38º 0.06% 0.41% -
HSV(B) 175.38º 0.12% 0.44% -
XYZ 13.81 15.39 17.28 -
YUV 108 129.69 121.58 -
System Red Green Blue C M Y K H S L
Decimal 99 112 111 0.12 0 0.01 0.56 175.38 0.06 0.41
Hex 63 70 6F C 0 1 38 AF 6 29
Octal 143 160 157 14 0 1 70 257 6 51
Binary 1100011 1110000 1101111 1100 0 1 111000 10101111 110 101001

Color Harmonies of #63706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63706F

Black with #63706F

Text Example


Text Example

White with #63706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63706F;
 }
 .AnyTagClassName
 {
   color: #63706F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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